Compare commits

..

26 Commits

Author SHA1 Message Date
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
clrbuilder bf4c541b1d Update packages file for version 31740
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-11-27 00:47:09 +00:00
clrbuilder 25ea756641 Update packages file for version 31730
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-11-26 17:44:35 +00:00
3 changed files with 48 additions and 14 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 -11
View File
@@ -8,6 +8,7 @@ CUnit
Cheetah3
CherryPy
Coin
ColPack
ConfigArgParse
CopyQ
Counter
@@ -338,6 +339,7 @@ R-drc
R-dtplyr
R-dtw
R-dygraphs
R-dynamicTreeCut
R-dynlm
R-e1071
R-eRm
@@ -603,6 +605,7 @@ R-optextras
R-optimx
R-optparse
R-ordinal
R-pROC
R-packrat
R-pamr
R-parsedate
@@ -1067,7 +1070,6 @@ at-spi2-atk
at-spi2-core
atk
atkmm
atom
atomicwrites
attica
attr
@@ -1120,6 +1122,7 @@ bazel
bc
bcache-tools
bcc
bcftools
bcrypt
bdftopcf
beautifulsoup4
@@ -1139,6 +1142,7 @@ bluedevil
bluez
bluez-qt
bmap-tools
bmon
bndl-lamp-basic
boinc-client
bokeh
@@ -1184,6 +1188,7 @@ buildreq-qmake
buildreq-scons
bundle-chroot-builder
bwidget
byobu
bz2file
bzip2
c-ares
@@ -1216,6 +1221,7 @@ ccid
cdparanoia
ceph
ceph-deploy
cereal
certbot
certifi
cffi
@@ -1353,12 +1359,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
@@ -1367,7 +1372,6 @@ component
compute-image-packages
conda
configobj
configparser
confuse
conky
conmon
@@ -1466,6 +1470,7 @@ django_compressor
dkms
dldt
dldt-model-optimizer
dlib
dlt-daemon
dmap2gcode
dmenu
@@ -1516,6 +1521,7 @@ dxvk
dyskctl
e2fsprogs
earlyapp
earlyoom
ebtables
ecdsa
ed
@@ -1544,7 +1550,6 @@ envs
eog
eog-plugins
epm
epydoc
eternalegypt
ethtool
etr
@@ -1866,6 +1871,7 @@ hostname
hplip
html5lib
htop
htslib
httpd
httplib2
httpretty
@@ -2038,7 +2044,7 @@ kbreakout
kbruch
kcachegrind
kcalc
kcalcore
kcalendarcore
kcalutils
kcharselect
kcmutils
@@ -2348,8 +2354,6 @@ libgee
libgeotiff
libgepub
libgfortran-avx
libgfortran-compat-soname3
libgfortran-compat-soname4
libgit2
libgit2-glib
libglade
@@ -2722,6 +2726,7 @@ multimon-ng
multipath-tools
mumble
munch
munge
munkres
muparser
murrine
@@ -3408,6 +3413,7 @@ nautilus
nbconvert
nbformat
nbsphinx
nbval
ncdu
ncurses
ncurses-compat
@@ -3522,7 +3528,6 @@ openexr
openjade
openjdk
openjdk11
openjdk12
openjdk13
openldap
openmpi
@@ -3633,6 +3638,7 @@ pcre2
pcsc-lite
pdns
pdns-recursor
pdsh
pecan
pep8
performance
@@ -3673,6 +3679,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 +3931,7 @@ perl-FreezeThaw
perl-Frontier-RPC
perl-Future
perl-Future-IO-ImplBase
perl-GD
perl-GD-Barcode
perl-GIS-Distance
perl-GSSAPI
@@ -3969,6 +3977,7 @@ perl-Hash-Flatten
perl-Hash-Merge
perl-Hash-MoreUtils
perl-Hash-MultiValue
perl-Hook-LexWrap
perl-I18N-Charset
perl-IO-AIO
perl-IO-All
@@ -4148,6 +4157,7 @@ perl-POD2-Base
perl-POE
perl-POE-Test-Loops
perl-POSIX-strftime-Compiler
perl-PPI
perl-Package-Constants
perl-Package-DeprecationManager
perl-Package-Generator
@@ -4188,6 +4198,7 @@ perl-Pod-Spell
perl-Pod-Strip
perl-PostScript-File
perl-Proc-InvokeEditor
perl-Proc-ProcessTable
perl-Proc-Wait3
perl-Protocol-OSC
perl-Quota
@@ -4228,6 +4239,7 @@ perl-Specio
perl-Spiffy
perl-Statistics-Basic
perl-Statistics-CaseResampling
perl-Storable
perl-Stream-Buffered
perl-String-Approx
perl-String-CamelCase
@@ -4258,6 +4270,7 @@ perl-System-Command
perl-TAP-Formatter-HTML
perl-TAP-Harness-Archive
perl-Taint-Util
perl-Task-Weaken
perl-Template-Toolkit
perl-Term-ProgressBar
perl-Term-ReadKey
@@ -4279,6 +4292,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
@@ -4294,6 +4308,7 @@ perl-Test-Needs
perl-Test-NeedsDisplay
perl-Test-NoWarnings
perl-Test-Number-Delta
perl-Test-Object
perl-Test-Output
perl-Test-Pod
perl-Test-Pod-Coverage
@@ -4304,6 +4319,7 @@ perl-Test-RequiresInternet
perl-Test-SharedFork
perl-Test-Simple
perl-Test-Strict
perl-Test-SubCalls
perl-Test-Synopsis
perl-Test-TCP
perl-Test-Taint
@@ -4326,6 +4342,7 @@ perl-Text-Diff
perl-Text-FindIndent
perl-Text-Format
perl-Text-Glob
perl-Text-Haml
perl-Text-Levenshtein
perl-Text-Levenshtein-Damerau
perl-Text-Markdown
@@ -4398,6 +4415,7 @@ perl-XML-Twig
perl-XML-Writer
perl-XML-XPath
perl-XML-XPathEngine
perl-XString
perl-YAML
perl-YAML-LibYAML
perl-YAML-Syck
@@ -4716,6 +4734,7 @@ python-zaqarclient
python-zeep
python-zstandard
python3
python37
pytools
pytorch
pytz
@@ -4915,6 +4934,7 @@ singledispatch
sip
six
slang
slurm
smart_open
smartcols
smartmontools
@@ -4974,10 +4994,12 @@ sshpass
ssocr
sssd
ssw
stacer
stack
startup-notification
statsd
statsmodels
steam-devices
stellarium
step
stestr
@@ -5008,6 +5030,7 @@ sweeper
swift
swig
swupd-client
swupd-client-pre-release
swupd-overdue
swupd-probe
swupd-search
@@ -5048,6 +5071,7 @@ tempora
tenacity
tensorboard
tensorflow
tensorflow-addons
tensorflow-estimator
tensorflow-probability
tensorflow-serving
@@ -5319,7 +5343,6 @@ yaml-cpp
yappi
yarg
yarl
yarn
yasm
yelp
yelp-tools
@@ -5327,8 +5350,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()