Compare commits

...

27 Commits

Author SHA1 Message Date
clrbuilder 9993ccf733 Update packages file for version 32140
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-20 06:10:17 +00:00
clrbuilder 9f39df7d55 Update packages file for version 32130
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-17 22:25:10 +00:00
clrbuilder a5e894a480 Update packages file for version 32120
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-17 06:10:02 +00:00
clrbuilder 7eb9678104 Update packages file for version 32110
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-16 06:10:18 +00:00
clrbuilder 3d0f911262 Update packages file for version 32100
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-15 06:09:36 +00:00
clrbuilder 01888ddee2 Update packages file for version 32090
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-14 06:09:48 +00:00
clrbuilder c0c61628a8 Update packages file for version 32070
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-10 06:09:40 +00:00
clrbuilder c858d8c2e1 Update packages file for version 32060
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-09 06:09:27 +00:00
Patrick McCarty 450e84f809 Set priority=1 for local repo
The RPMs from repo `localrepo` should have priority over RPMs from the
main repo, so set `priority=1` for it.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-01-08 17:18:19 -08:00
clrbuilder d36cb4c6c3 Update packages file for version 32050
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-08 06:10:39 +00:00
Patrick McCarty 139a6e4a14 Add new package: R-pROC
New dependency for R-caret

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-01-07 16:25:41 -08:00
clrbuilder 37bda022bb Update packages file for version 32040
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-07 06:09:58 +00:00
Arjan van de Ven ddc326e53c more patterns 2020-01-06 17:01:48 +00:00
Arjan van de Ven a3a27cd156 more patterns 2020-01-06 17:00:22 +00:00
clrbuilder 4579fa3816 Update packages file for version 32030
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-01-06 06:10:18 +00:00
clrbuilder c14cac39e5 Update packages file for version 31970
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-23 06:09:52 +00:00
clrbuilder 070be802aa Update packages file for version 31960
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-20 06:10:00 +00:00
clrbuilder 4102816787 Update packages file for version 31950
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-19 06:10:27 +00:00
Arjan van de Ven 4c9c2abd21 add some more filters 2019-12-18 15:04:13 +00:00
clrbuilder 70b4977b53 Update packages file for version 31940
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-18 06:11:09 +00:00
clrbuilder 7276bc89e9 Update packages file for version 31930
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-17 06:22:47 +00:00
clrbuilder fffa8f1e78 Update packages file for version 31920
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-16 06:09:29 +00:00
clrbuilder 9cc15023ed Update packages file for version 31890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-12 02:42:43 +00:00
clrbuilder 7f5674bf08 Update packages file for version 31820
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-06 06:16:06 +00:00
clrbuilder de60634e85 Update packages file for version 31800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-04 06:16:58 +00:00
clrbuilder 2b6b201866 Update packages file for version 31780
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-12-02 06:09:56 +00:00
clrbuilder b24f00531c Update packages file for version 31760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-11-28 06:09:32 +00:00
3 changed files with 49 additions and 14 deletions
+2 -2
View File
@@ -68,10 +68,10 @@ endef
# augmented for local repo support. # augmented for local repo support.
define localrepoenable define localrepoenable
@cp $(1) $(TOPLVL)/repo/yum.conf @cp $(1) $(TOPLVL)/repo/yum.conf
@printf "\n\n[local]\nname=Local\nfailovermethod=priority\nenabled=1\ngpgcheck=0\n" >> $(TOPLVL)/repo/yum.conf @printf "\n\n[local]\nname=Local\nfailovermethod=priority\nenabled=1\ngpgcheck=0\npriority=1\n" >> $(TOPLVL)/repo/yum.conf
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/yum.conf @printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/yum.conf
@cp $(2) $(TOPLVL)/repo/clear.cfg @cp $(2) $(TOPLVL)/repo/clear.cfg
@printf "\n\n[localrepo]\nname=Local repo\nfailovermethod=priority\nenabled=1\ngpgcheck=0\n" >> $(TOPLVL)/repo/clear.cfg @printf "\n\n[localrepo]\nname=Local repo\nfailovermethod=priority\nenabled=1\ngpgcheck=0\npriority=1\n" >> $(TOPLVL)/repo/clear.cfg
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/clear.cfg @printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/clear.cfg
@sed -i '/^"""/d; $$a"""' $(TOPLVL)/repo/clear.cfg @sed -i '/^"""/d; $$a"""' $(TOPLVL)/repo/clear.cfg
endef endef
+37 -11
View File
@@ -8,6 +8,7 @@ CUnit
Cheetah3 Cheetah3
CherryPy CherryPy
Coin Coin
ColPack
ConfigArgParse ConfigArgParse
CopyQ CopyQ
Counter Counter
@@ -179,8 +180,10 @@ R-RcmdrMisc
R-Rcpp R-Rcpp
R-RcppArmadillo R-RcppArmadillo
R-RcppEigen R-RcppEigen
R-RcppGSL
R-RcppProgress R-RcppProgress
R-RcppRoll R-RcppRoll
R-RcppZiggurat
R-Rdpack R-Rdpack
R-Rmpfr R-Rmpfr
R-Rmpi R-Rmpi
@@ -338,6 +341,7 @@ R-drc
R-dtplyr R-dtplyr
R-dtw R-dtw
R-dygraphs R-dygraphs
R-dynamicTreeCut
R-dynlm R-dynlm
R-e1071 R-e1071
R-eRm R-eRm
@@ -603,6 +607,7 @@ R-optextras
R-optimx R-optimx
R-optparse R-optparse
R-ordinal R-ordinal
R-pROC
R-packrat R-packrat
R-pamr R-pamr
R-parsedate R-parsedate
@@ -1067,7 +1072,6 @@ at-spi2-atk
at-spi2-core at-spi2-core
atk atk
atkmm atkmm
atom
atomicwrites atomicwrites
attica attica
attr attr
@@ -1120,6 +1124,7 @@ bazel
bc bc
bcache-tools bcache-tools
bcc bcc
bcftools
bcrypt bcrypt
bdftopcf bdftopcf
beautifulsoup4 beautifulsoup4
@@ -1139,6 +1144,7 @@ bluedevil
bluez bluez
bluez-qt bluez-qt
bmap-tools bmap-tools
bmon
bndl-lamp-basic bndl-lamp-basic
boinc-client boinc-client
bokeh bokeh
@@ -1217,6 +1223,7 @@ ccid
cdparanoia cdparanoia
ceph ceph
ceph-deploy ceph-deploy
cereal
certbot certbot
certifi certifi
cffi cffi
@@ -1340,6 +1347,7 @@ compat-ilmbase-soname23
compat-intel-gmmlib-soname1 compat-intel-gmmlib-soname1
compat-ipset-soname10 compat-ipset-soname10
compat-iptables-soname0.1.0 compat-iptables-soname0.1.0
compat-libevent-soname6
compat-libgit2-soname27 compat-libgit2-soname27
compat-libical-soname2 compat-libical-soname2
compat-libidn-soname11 compat-libidn-soname11
@@ -1354,12 +1362,11 @@ compat-llvm-soname7
compat-mariadb-soname18 compat-mariadb-soname18
compat-mpfr-soname4 compat-mpfr-soname4
compat-nettle-soname6 compat-nettle-soname6
compat-opencv-soname32 compat-opencv-soname41
compat-opencv-soname33
compat-openssl-soname-10
compat-proj-soname13 compat-proj-soname13
compat-protobuf-soname14 compat-protobuf-soname14
compat-protobuf-soname15 compat-protobuf-soname15
compat-protobuf-soname21
compat-python36 compat-python36
compat-readline compat-readline
compat-readline-soname5 compat-readline-soname5
@@ -1368,7 +1375,6 @@ component
compute-image-packages compute-image-packages
conda conda
configobj configobj
configparser
confuse confuse
conky conky
conmon conmon
@@ -1467,6 +1473,7 @@ django_compressor
dkms dkms
dldt dldt
dldt-model-optimizer dldt-model-optimizer
dlib
dlt-daemon dlt-daemon
dmap2gcode dmap2gcode
dmenu dmenu
@@ -1517,6 +1524,7 @@ dxvk
dyskctl dyskctl
e2fsprogs e2fsprogs
earlyapp earlyapp
earlyoom
ebtables ebtables
ecdsa ecdsa
ed ed
@@ -1545,7 +1553,6 @@ envs
eog eog
eog-plugins eog-plugins
epm epm
epydoc
eternalegypt eternalegypt
ethtool ethtool
etr etr
@@ -1682,6 +1689,7 @@ gftp
ghc ghc
ghostscript ghostscript
giflib giflib
gifsicle
gimp gimp
girara girara
git git
@@ -1867,6 +1875,7 @@ hostname
hplip hplip
html5lib html5lib
htop htop
htslib
httpd httpd
httplib2 httplib2
httpretty httpretty
@@ -1983,6 +1992,7 @@ jmespath
joblib joblib
joe joe
josepy josepy
jpegoptim
jq jq
json-c json-c
json-glib json-glib
@@ -2039,7 +2049,7 @@ kbreakout
kbruch kbruch
kcachegrind kcachegrind
kcalc kcalc
kcalcore kcalendarcore
kcalutils kcalutils
kcharselect kcharselect
kcmutils kcmutils
@@ -2294,6 +2304,7 @@ libbpf
libbsd libbsd
libburn libburn
libbytesize libbytesize
libcacard
libcanberra libcanberra
libcap libcap
libcap-ng libcap-ng
@@ -2349,8 +2360,6 @@ libgee
libgeotiff libgeotiff
libgepub libgepub
libgfortran-avx libgfortran-avx
libgfortran-compat-soname3
libgfortran-compat-soname4
libgit2 libgit2
libgit2-glib libgit2-glib
libglade libglade
@@ -2444,6 +2453,7 @@ libpinyin
libpipeline libpipeline
libplacebo libplacebo
libpng libpng
libportal
libpsl libpsl
libpthread-stubs libpthread-stubs
libpwquality libpwquality
@@ -2723,6 +2733,7 @@ multimon-ng
multipath-tools multipath-tools
mumble mumble
munch munch
munge
munkres munkres
muparser muparser
murrine murrine
@@ -3409,6 +3420,7 @@ nautilus
nbconvert nbconvert
nbformat nbformat
nbsphinx nbsphinx
nbval
ncdu ncdu
ncurses ncurses
ncurses-compat ncurses-compat
@@ -3523,7 +3535,6 @@ openexr
openjade openjade
openjdk openjdk
openjdk11 openjdk11
openjdk12
openjdk13 openjdk13
openldap openldap
openmpi openmpi
@@ -3634,6 +3645,7 @@ pcre2
pcsc-lite pcsc-lite
pdns pdns
pdns-recursor pdns-recursor
pdsh
pecan pecan
pep8 pep8
performance performance
@@ -3674,6 +3686,7 @@ perl-Audio-Wav
perl-Authen-NTLM perl-Authen-NTLM
perl-Authen-SASL perl-Authen-SASL
perl-B-COW perl-B-COW
perl-B-Debug
perl-B-Hooks-EndOfScope perl-B-Hooks-EndOfScope
perl-B-Hooks-OP-Check perl-B-Hooks-OP-Check
perl-B-Keywords perl-B-Keywords
@@ -3925,6 +3938,7 @@ perl-FreezeThaw
perl-Frontier-RPC perl-Frontier-RPC
perl-Future perl-Future
perl-Future-IO-ImplBase perl-Future-IO-ImplBase
perl-GD
perl-GD-Barcode perl-GD-Barcode
perl-GIS-Distance perl-GIS-Distance
perl-GSSAPI perl-GSSAPI
@@ -4191,6 +4205,7 @@ perl-Pod-Spell
perl-Pod-Strip perl-Pod-Strip
perl-PostScript-File perl-PostScript-File
perl-Proc-InvokeEditor perl-Proc-InvokeEditor
perl-Proc-ProcessTable
perl-Proc-Wait3 perl-Proc-Wait3
perl-Protocol-OSC perl-Protocol-OSC
perl-Quota perl-Quota
@@ -4231,6 +4246,7 @@ perl-Specio
perl-Spiffy perl-Spiffy
perl-Statistics-Basic perl-Statistics-Basic
perl-Statistics-CaseResampling perl-Statistics-CaseResampling
perl-Storable
perl-Stream-Buffered perl-Stream-Buffered
perl-String-Approx perl-String-Approx
perl-String-CamelCase perl-String-CamelCase
@@ -4283,6 +4299,7 @@ perl-Test-FailWarnings
perl-Test-Fatal perl-Test-Fatal
perl-Test-File perl-Test-File
perl-Test-File-ShareDir-Dist perl-Test-File-ShareDir-Dist
perl-Test-Fork
perl-Test-Identity perl-Test-Identity
perl-Test-Inter perl-Test-Inter
perl-Test-LeakTrace perl-Test-LeakTrace
@@ -4545,6 +4562,7 @@ plzip
pm-graph pm-graph
pmdk pmdk
pmix pmix
pngcrush
po4a po4a
polkit polkit
polkit-kde-agent polkit-kde-agent
@@ -4724,6 +4742,7 @@ python-zaqarclient
python-zeep python-zeep
python-zstandard python-zstandard
python3 python3
python37
pytools pytools
pytorch pytorch
pytz pytz
@@ -4866,6 +4885,7 @@ s2tc
s3fs-fuse s3fs-fuse
s3transfer s3transfer
sahara sahara
salt
samba samba
samtools samtools
sane-backends sane-backends
@@ -4923,6 +4943,7 @@ singledispatch
sip sip
six six
slang slang
slurm
smart_open smart_open
smartcols smartcols
smartmontools smartmontools
@@ -4982,10 +5003,12 @@ sshpass
ssocr ssocr
sssd sssd
ssw ssw
stacer
stack stack
startup-notification startup-notification
statsd statsd
statsmodels statsmodels
steam-devices
stellarium stellarium
step step
stestr stestr
@@ -5016,6 +5039,7 @@ sweeper
swift swift
swig swig
swupd-client swupd-client
swupd-client-pre-release
swupd-overdue swupd-overdue
swupd-probe swupd-probe
swupd-search swupd-search
@@ -5056,6 +5080,7 @@ tempora
tenacity tenacity
tensorboard tensorboard
tensorflow tensorflow
tensorflow-addons
tensorflow-estimator tensorflow-estimator
tensorflow-probability tensorflow-probability
tensorflow-serving tensorflow-serving
@@ -5327,7 +5352,6 @@ yaml-cpp
yappi yappi
yarg yarg
yarl yarl
yarn
yasm yasm
yelp yelp
yelp-tools yelp-tools
@@ -5335,8 +5359,10 @@ yelp-xsl
ykclient ykclient
ytnef ytnef
zVMCloudConnector zVMCloudConnector
zabbix
zake zake
zathura zathura
zathura-pdf-poppler
zc.lockfile zc.lockfile
zenity zenity
zeroconf zeroconf
+10 -1
View File
@@ -265,6 +265,8 @@ def main():
zap_line_in_file_start(".spec", "%description license") zap_line_in_file_start(".spec", "%description license")
zap_line_in_file_start(".spec", "%package doc") zap_line_in_file_start(".spec", "%package doc")
zap_line_in_file_start(".spec", "cp -a ") zap_line_in_file_start(".spec", "cp -a ")
zap_line_in_file_start(".spec", "cd %{_builddir}/")
zap_line_in_file_start(".spec", "export GCC_IGNORE_WERROR=1")
zap_line_in_file_start("b/Makefile", "URL =") zap_line_in_file_start("b/Makefile", "URL =")
zap_line_in_file_start("b/Makefile", "PKG_NAME :=") zap_line_in_file_start("b/Makefile", "PKG_NAME :=")
@@ -287,11 +289,13 @@ def main():
zap_line_in_file("b/options.conf", "# disable parallelization during build") zap_line_in_file("b/options.conf", "# disable parallelization during build")
zap_line_in_file("b/options.conf", "broken_parallel_build = false") zap_line_in_file("b/options.conf", "broken_parallel_build = false")
zap_line_in_file("b/options.conf", "# this package is a library compatability package and only ships versioned library files") zap_line_in_file("b/options.conf", "# this package is a library compatability package and only ships versioned library files")
zap_line_in_file("b/options.conf", "# this package is a library compatibility package and only ships versioned library files")
zap_line_in_file("b/options.conf", "compat = false") zap_line_in_file("b/options.conf", "compat = false")
zap_line_in_file("b/options.conf", "# set conservative build flags") zap_line_in_file("b/options.conf", "# set conservative build flags")
zap_line_in_file("b/options.conf", "conservative_flags = false") zap_line_in_file("b/options.conf", "conservative_flags = false")
zap_line_in_file("b/options.conf", "# dev package requires the extras to be installed") zap_line_in_file("b/options.conf", "# dev package requires the extras to be installed")
zap_line_in_file("b/options.conf", "dev_requires_extras = false") zap_line_in_file("b/options.conf", "dev_requires_extras = false")
zap_line_in_file("b/options.conf", "nodebug = false")
zap_line_in_file("b/options.conf", "# pass -ffast-math to compiler") zap_line_in_file("b/options.conf", "# pass -ffast-math to compiler")
zap_line_in_file("b/options.conf", "fast-math = false") zap_line_in_file("b/options.conf", "fast-math = false")
zap_line_in_file("b/options.conf", "# optimize build for speed over size") zap_line_in_file("b/options.conf", "# optimize build for speed over size")
@@ -321,9 +325,12 @@ def main():
zap_line_in_file("b/options.conf", "# add clang flags") zap_line_in_file("b/options.conf", "# add clang flags")
zap_line_in_file("b/options.conf", "use_clang = false") zap_line_in_file("b/options.conf", "use_clang = false")
zap_line_in_file("b/options.conf", "# configure build for lto") zap_line_in_file("b/options.conf", "# configure build for lto")
zap_line_in_file("b/options.conf", "use_lto = false") zap_line_in_file("b/options.conf", "use_lto = true")
zap_line_in_file("b/options.conf", "# require package verification for build") zap_line_in_file("b/options.conf", "# require package verification for build")
zap_line_in_file("b/options.conf", "verify_required = true") zap_line_in_file("b/options.conf", "verify_required = true")
zap_line_in_file("b/options.conf", "# do not generate debuginfo for this package")
zap_line_in_file("b/options.conf", "nodebug = false")
zap_line_in_file("b/options.conf", "domain =")
zap_line_in_file("b/buildreq_add", "# This file contains additional build requirements that did not get") zap_line_in_file("b/buildreq_add", "# This file contains additional build requirements that did not get")
zap_line_in_file("b/buildreq_add", "# picked up automatically. One name per line, no whitespace.") zap_line_in_file("b/buildreq_add", "# picked up automatically. One name per line, no whitespace.")
@@ -349,6 +356,8 @@ def main():
zap_plus_line_in_file("symbols32") zap_plus_line_in_file("symbols32")
zap_entire_file("b/whatrequires") zap_entire_file("b/whatrequires")
zap_entire_file("b/versions")
zap_entire_file("b/.gitignore")
zap_empty_chunks() zap_empty_chunks()