Compare commits

..

25 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
3 changed files with 48 additions and 11 deletions
+2 -2
View File
@@ -68,10 +68,10 @@ endef
# augmented for local repo support.
define localrepoenable
@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
@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
@sed -i '/^"""/d; $$a"""' $(TOPLVL)/repo/clear.cfg
endef
+36 -8
View File
@@ -180,8 +180,10 @@ R-RcmdrMisc
R-Rcpp
R-RcppArmadillo
R-RcppEigen
R-RcppGSL
R-RcppProgress
R-RcppRoll
R-RcppZiggurat
R-Rdpack
R-Rmpfr
R-Rmpi
@@ -339,6 +341,7 @@ R-drc
R-dtplyr
R-dtw
R-dygraphs
R-dynamicTreeCut
R-dynlm
R-e1071
R-eRm
@@ -604,6 +607,7 @@ R-optextras
R-optimx
R-optparse
R-ordinal
R-pROC
R-packrat
R-pamr
R-parsedate
@@ -1120,6 +1124,7 @@ bazel
bc
bcache-tools
bcc
bcftools
bcrypt
bdftopcf
beautifulsoup4
@@ -1139,6 +1144,7 @@ bluedevil
bluez
bluez-qt
bmap-tools
bmon
bndl-lamp-basic
boinc-client
bokeh
@@ -1217,6 +1223,7 @@ ccid
cdparanoia
ceph
ceph-deploy
cereal
certbot
certifi
cffi
@@ -1340,6 +1347,7 @@ compat-ilmbase-soname23
compat-intel-gmmlib-soname1
compat-ipset-soname10
compat-iptables-soname0.1.0
compat-libevent-soname6
compat-libgit2-soname27
compat-libical-soname2
compat-libidn-soname11
@@ -1354,12 +1362,11 @@ compat-llvm-soname7
compat-mariadb-soname18
compat-mpfr-soname4
compat-nettle-soname6
compat-opencv-soname32
compat-opencv-soname33
compat-openssl-soname-10
compat-opencv-soname41
compat-proj-soname13
compat-protobuf-soname14
compat-protobuf-soname15
compat-protobuf-soname21
compat-python36
compat-readline
compat-readline-soname5
@@ -1368,7 +1375,6 @@ component
compute-image-packages
conda
configobj
configparser
confuse
conky
conmon
@@ -1467,6 +1473,7 @@ django_compressor
dkms
dldt
dldt-model-optimizer
dlib
dlt-daemon
dmap2gcode
dmenu
@@ -1517,6 +1524,7 @@ dxvk
dyskctl
e2fsprogs
earlyapp
earlyoom
ebtables
ecdsa
ed
@@ -1545,7 +1553,6 @@ envs
eog
eog-plugins
epm
epydoc
eternalegypt
ethtool
etr
@@ -1682,6 +1689,7 @@ gftp
ghc
ghostscript
giflib
gifsicle
gimp
girara
git
@@ -1867,6 +1875,7 @@ hostname
hplip
html5lib
htop
htslib
httpd
httplib2
httpretty
@@ -1983,6 +1992,7 @@ jmespath
joblib
joe
josepy
jpegoptim
jq
json-c
json-glib
@@ -2039,7 +2049,7 @@ kbreakout
kbruch
kcachegrind
kcalc
kcalcore
kcalendarcore
kcalutils
kcharselect
kcmutils
@@ -2294,6 +2304,7 @@ libbpf
libbsd
libburn
libbytesize
libcacard
libcanberra
libcap
libcap-ng
@@ -2349,8 +2360,6 @@ libgee
libgeotiff
libgepub
libgfortran-avx
libgfortran-compat-soname3
libgfortran-compat-soname4
libgit2
libgit2-glib
libglade
@@ -2444,6 +2453,7 @@ libpinyin
libpipeline
libplacebo
libpng
libportal
libpsl
libpthread-stubs
libpwquality
@@ -2723,6 +2733,7 @@ multimon-ng
multipath-tools
mumble
munch
munge
munkres
muparser
murrine
@@ -3409,6 +3420,7 @@ nautilus
nbconvert
nbformat
nbsphinx
nbval
ncdu
ncurses
ncurses-compat
@@ -3633,6 +3645,7 @@ pcre2
pcsc-lite
pdns
pdns-recursor
pdsh
pecan
pep8
performance
@@ -3673,6 +3686,7 @@ perl-Audio-Wav
perl-Authen-NTLM
perl-Authen-SASL
perl-B-COW
perl-B-Debug
perl-B-Hooks-EndOfScope
perl-B-Hooks-OP-Check
perl-B-Keywords
@@ -3924,6 +3938,7 @@ perl-FreezeThaw
perl-Frontier-RPC
perl-Future
perl-Future-IO-ImplBase
perl-GD
perl-GD-Barcode
perl-GIS-Distance
perl-GSSAPI
@@ -4190,6 +4205,7 @@ perl-Pod-Spell
perl-Pod-Strip
perl-PostScript-File
perl-Proc-InvokeEditor
perl-Proc-ProcessTable
perl-Proc-Wait3
perl-Protocol-OSC
perl-Quota
@@ -4230,6 +4246,7 @@ perl-Specio
perl-Spiffy
perl-Statistics-Basic
perl-Statistics-CaseResampling
perl-Storable
perl-Stream-Buffered
perl-String-Approx
perl-String-CamelCase
@@ -4282,6 +4299,7 @@ perl-Test-FailWarnings
perl-Test-Fatal
perl-Test-File
perl-Test-File-ShareDir-Dist
perl-Test-Fork
perl-Test-Identity
perl-Test-Inter
perl-Test-LeakTrace
@@ -4544,6 +4562,7 @@ plzip
pm-graph
pmdk
pmix
pngcrush
po4a
polkit
polkit-kde-agent
@@ -4723,6 +4742,7 @@ python-zaqarclient
python-zeep
python-zstandard
python3
python37
pytools
pytorch
pytz
@@ -4865,6 +4885,7 @@ s2tc
s3fs-fuse
s3transfer
sahara
salt
samba
samtools
sane-backends
@@ -4922,6 +4943,7 @@ singledispatch
sip
six
slang
slurm
smart_open
smartcols
smartmontools
@@ -4981,10 +5003,12 @@ sshpass
ssocr
sssd
ssw
stacer
stack
startup-notification
statsd
statsmodels
steam-devices
stellarium
step
stestr
@@ -5015,6 +5039,7 @@ sweeper
swift
swig
swupd-client
swupd-client-pre-release
swupd-overdue
swupd-probe
swupd-search
@@ -5055,6 +5080,7 @@ tempora
tenacity
tensorboard
tensorflow
tensorflow-addons
tensorflow-estimator
tensorflow-probability
tensorflow-serving
@@ -5333,8 +5359,10 @@ yelp-xsl
ykclient
ytnef
zVMCloudConnector
zabbix
zake
zathura
zathura-pdf-poppler
zc.lockfile
zenity
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", "%package doc")
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", "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", "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 compatibility package and only ships versioned library files")
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", "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_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", "fast-math = false")
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", "use_clang = false")
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", "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", "# picked up automatically. One name per line, no whitespace.")
@@ -349,6 +356,8 @@ def main():
zap_plus_line_in_file("symbols32")
zap_entire_file("b/whatrequires")
zap_entire_file("b/versions")
zap_entire_file("b/.gitignore")
zap_empty_chunks()