Compare commits

..

11 Commits

Author SHA1 Message Date
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
2 changed files with 17 additions and 6 deletions
+12 -6
View File
@@ -339,6 +339,7 @@ R-drc
R-dtplyr
R-dtw
R-dygraphs
R-dynamicTreeCut
R-dynlm
R-e1071
R-eRm
@@ -1120,6 +1121,7 @@ bazel
bc
bcache-tools
bcc
bcftools
bcrypt
bdftopcf
beautifulsoup4
@@ -1139,6 +1141,7 @@ bluedevil
bluez
bluez-qt
bmap-tools
bmon
bndl-lamp-basic
boinc-client
bokeh
@@ -1217,6 +1220,7 @@ ccid
cdparanoia
ceph
ceph-deploy
cereal
certbot
certifi
cffi
@@ -1354,12 +1358,11 @@ compat-llvm-soname7
compat-mariadb-soname18
compat-mpfr-soname4
compat-nettle-soname6
compat-opencv-soname32
compat-opencv-soname33
compat-openssl-soname-10
compat-proj-soname13
compat-protobuf-soname14
compat-protobuf-soname15
compat-protobuf-soname21
compat-python36
compat-readline
compat-readline-soname5
@@ -1368,7 +1371,6 @@ component
compute-image-packages
conda
configobj
configparser
confuse
conky
conmon
@@ -1867,6 +1869,7 @@ hostname
hplip
html5lib
htop
htslib
httpd
httplib2
httpretty
@@ -2039,7 +2042,7 @@ kbreakout
kbruch
kcachegrind
kcalc
kcalcore
kcalendarcore
kcalutils
kcharselect
kcmutils
@@ -2349,8 +2352,6 @@ libgee
libgeotiff
libgepub
libgfortran-avx
libgfortran-compat-soname3
libgfortran-compat-soname4
libgit2
libgit2-glib
libglade
@@ -2723,6 +2724,7 @@ multimon-ng
multipath-tools
mumble
munch
munge
munkres
muparser
murrine
@@ -3409,6 +3411,7 @@ nautilus
nbconvert
nbformat
nbsphinx
nbval
ncdu
ncurses
ncurses-compat
@@ -4723,6 +4726,7 @@ python-zaqarclient
python-zeep
python-zstandard
python3
python37
pytools
pytorch
pytz
@@ -5055,6 +5059,7 @@ tempora
tenacity
tensorboard
tensorflow
tensorflow-addons
tensorflow-estimator
tensorflow-probability
tensorflow-serving
@@ -5335,6 +5340,7 @@ ytnef
zVMCloudConnector
zake
zathura
zathura-pdf-poppler
zc.lockfile
zenity
zeroconf
+5
View File
@@ -287,6 +287,7 @@ 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")
@@ -324,6 +325,8 @@ def main():
zap_line_in_file("b/options.conf", "use_lto = false")
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/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 +352,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()