Compare commits

..

26 Commits

Author SHA1 Message Date
clrbuilder bc355116ae Update packages file for version 38120
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-24 00:07:13 -08:00
clrbuilder 2263c2cc23 Update packages file for version 38100
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-19 00:07:21 -08:00
clrbuilder 3e53d2c8f4 Update packages file for version 38080
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-17 00:09:44 -08:00
clrbuilder abba4bc351 Update packages file for version 38070
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-13 14:08:46 -08:00
clrbuilder 56c84563c3 Update packages file for version 38040
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-11 10:37:57 -08:00
clrbuilder 30aac6114d Update packages file for version 38030
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-10 00:09:03 -08:00
clrbuilder 14a49e69a3 Update packages file for version 38020
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-06 10:42:22 -08:00
clrbuilder 2bc3354ce8 Update packages file for version 38010
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-05 16:55:39 -08:00
clrbuilder 658f3655f8 Update packages file for version 37970
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-01-03 00:08:22 -08:00
clrbuilder 6bec4f7dd7 Update packages file for version 37930
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-29 14:45:05 -08:00
clrbuilder 7d26584649 Update packages file for version 37920
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-29 10:02:10 -08:00
clrbuilder d309e565a7 Update packages file for version 37890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-28 15:30:14 -08:00
clrbuilder 8a5f1ccf07 Update packages file for version 37870
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-27 12:51:24 -08:00
clrbuilder 5c3916cd20 Update packages file for version 37860
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-22 10:50:58 -08:00
clrbuilder d3ba502fa7 Update packages file for version 37810
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-20 16:23:53 -08:00
clrbuilder 3fb868c3a9 Update packages file for version 37790
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-19 14:39:21 -08:00
Patrick McCarty 9c109bcd84 toplevel: always clone main branch for package repos
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-12-16 21:18:45 +00:00
Arjan van de Ven 3f723df7db add 2022-12-16 01:27:18 +00:00
clrbuilder e5d8879be6 Update packages file for version 37770
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-15 00:08:59 -08:00
clrbuilder 51d154950f Update packages file for version 37750
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-13 11:32:18 -08:00
clrbuilder c1db07181a Update packages file for version 37740
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-13 00:08:35 -08:00
clrbuilder a3635036b3 Update packages file for version 37720
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-06 00:08:33 -08:00
Patrick McCarty bcdaa56d6d Update for SPDX 3.19 release
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-12-02 18:47:03 +00:00
clrbuilder 1ff6b2708d Update packages file for version 37710
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-12-01 04:07:13 -08:00
clrbuilder f2e52a194e Update packages file for version 37700
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-11-29 04:07:45 -08:00
clrbuilder 261c6a8cfd Update packages file for version 37660
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-11-22 15:26:47 -08:00
3 changed files with 68 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ $(clone_PKGS): $(PACKAGES_FILE) packages/common/Makefile.common
remotepkg=$(call remotepkgname,$$pkg); \
[ -d packages/$$pkg ] || ( \
echo "Checking out: packages/$$pkg"; \
git clone $(PKG_BASE_URL)/$$remotepkg packages/$$pkg; \
git clone -b main $(PKG_BASE_URL)/$$remotepkg packages/$$pkg; \
cd packages/$$pkg; \
$(call gitoliteurl,packages/$$pkg); \
$(call subjectprefix,$$pkg); \
+4
View File
@@ -180,6 +180,7 @@ FDK-AAC
FSFAP
FSFUL
FSFULLR
FSFULLRWD
FTL
Fair
Frameworx-1.0
@@ -252,6 +253,7 @@ JPNIC
JSON
Jam
JasPer-2.0
Knuth-CTAN
LAL-1.2
LAL-1.3
LGPL-2.0
@@ -471,6 +473,7 @@ Zlib
blessing
bzip2-1.0.5
bzip2-1.0.6
checkmk
copyleft-next-0.3.0
copyleft-next-0.3.1
curl
@@ -485,6 +488,7 @@ iMatix
libpng-2.0
libselinux-1.0
libtiff
libutil-David-Nugent
mpi-permissive
mpich2
mplus
+63 -3
View File
@@ -37,6 +37,7 @@ OpenCASCADE
OpenCSG
OpenColorIO
OpenIPMI
OpenSC
OpenSP
Pacemaker
ParaView
@@ -445,6 +446,7 @@ R-geojson
R-geometry
R-gert
R-getopt
R-gfonts
R-ggfortify
R-ggjoy
R-ggplot2
@@ -1035,6 +1037,7 @@ WireGuard
XStatic-term.js
Z3
abireport
accel-config
accountsservice
acl
acpica-unix2
@@ -1267,6 +1270,7 @@ colord-gtk
colordiff
columbiad
compat-atkmm-soname16
compat-babeltrace-one
compat-boost-soname1.74.0
compat-cairomm-soname10
compat-curl-gnutls-soname4
@@ -1331,7 +1335,6 @@ custom_inherit
cycler
cyrus-sasl
dapl
darkflow
darktable
datefudge
dav1d
@@ -1520,6 +1523,7 @@ gedit
gedit-plugins-gnome
geeqie
gegl
gengetopt
geocam-v4l2
geoclue
geocode-glib
@@ -1733,6 +1737,7 @@ init-rdahead
inkscape
innoextract
inotify-tools
intel-cmt-cat
intel-gmmlib
intel-hybrid-driver
intel-ipsec-mb
@@ -2055,6 +2060,7 @@ libcacard
libcanberra
libcap
libcap-ng
libcbor
libcddb
libcdio
libcdr
@@ -2096,6 +2102,7 @@ libexttextcat
libfakekey
libfastjson
libffi
libfido2
libfixmath
libfm
libfm-qt
@@ -2218,6 +2225,7 @@ libreswan
librevenge
librsvg
librtlsdr
librttopo
libsamplerate
libsass
libseccomp
@@ -2500,6 +2508,7 @@ nginx-mainline
nginx-rtmp-module
nginx-upload-module
nginx_cookie_flag_module
ngspice
ngx-fancyindex
ngx_brotli
ngx_http_auth_pam_module
@@ -2558,6 +2567,7 @@ openbox
opencl-clang
opencl-headers
openconnect
openct
opencv
openexr
openjade
@@ -2567,6 +2577,7 @@ openjdk13
openjpeg
openldap
openmpi
openpace
openscad
openshot-qt
opensm
@@ -2616,6 +2627,7 @@ pcre
pcre2
pcs
pcsc-lite
pcsc-tools
pdns
pdns-recursor
pdsh
@@ -2629,6 +2641,7 @@ perl-Algorithm-Diff-XS
perl-Algorithm-Merge
perl-Algorithm-Munkres
perl-Alien-Build
perl-Alien-Build-Plugin-Download-GitLab
perl-Alien-Libxml2
perl-Alien-m4
perl-AnyEvent
@@ -2694,6 +2707,7 @@ perl-Carp-Always
perl-Carp-Assert
perl-Carp-Assert-More
perl-Carp-Clan
perl-Chipcard-PCSC
perl-Class-Accessor
perl-Class-Accessor-Chained
perl-Class-Accessor-Grouped
@@ -2804,6 +2818,7 @@ perl-DateTime-Format-Natural
perl-DateTime-Format-Pg
perl-DateTime-Format-Strptime
perl-DateTime-Format-W3CDTF
perl-DateTime-HiRes
perl-DateTime-Locale
perl-DateTime-TimeZone
perl-Debug-ShowStuff
@@ -2861,6 +2876,7 @@ perl-Exporter-Easy
perl-Exporter-Lite
perl-Exporter-Tidy
perl-Exporter-Tiny
perl-ExtUtils-CChecker
perl-ExtUtils-Config
perl-ExtUtils-Depends
perl-ExtUtils-Helpers
@@ -3257,6 +3273,7 @@ perl-Sub-Quote
perl-Sub-Uplevel
perl-Switch
perl-Symbol-Global-Name
perl-Syntax-Keyword-Try
perl-Sys-Hostname-Long
perl-Sys-MemInfo
perl-Sys-Mmap
@@ -3304,6 +3321,7 @@ perl-Test-MemoryGrowth
perl-Test-Metrics-Any
perl-Test-MockModule
perl-Test-MockTime
perl-Test-MockTime-HiRes
perl-Test-More-UTF8
perl-Test-Most
perl-Test-Needs
@@ -3418,6 +3436,7 @@ perl-XML-Twig
perl-XML-Writer
perl-XML-XPath
perl-XML-XPathEngine
perl-XS-Parse-Keyword
perl-XString
perl-YAML
perl-YAML-LibYAML
@@ -3608,6 +3627,7 @@ pypi-aiosignal
pypi-aiosmtpd
pypi-alabaster
pypi-altgraph
pypi-aniso8601
pypi-ansi2html
pypi-ansible_builder
pypi-ansible_compat
@@ -3674,6 +3694,7 @@ pypi-booleanoperations
pypi-boto
pypi-bowler
pypi-bracex
pypi-branca
pypi-brotli
pypi-brotlicffi
pypi-brotlipy
@@ -3684,6 +3705,7 @@ pypi-cachecontrol
pypi-cached_property
pypi-cachetools
pypi-cachy
pypi-calver
pypi-capturer
pypi-cattrs
pypi-cerberus
@@ -3696,6 +3718,7 @@ pypi-cfgv
pypi-chaospy
pypi-chardet
pypi-charset_normalizer
pypi-check_jsonschema
pypi-check_manifest
pypi-cheetah3
pypi-cheroot
@@ -3716,6 +3739,7 @@ pypi-codecov
pypi-colorama
pypi-colorlog
pypi-columnize
pypi-comm
pypi-commonmark
pypi-complete
pypi-compreffor
@@ -3739,6 +3763,7 @@ pypi-cssselect
pypi-cu2qu
pypi-curio
pypi-cve_bin_tool
pypi-cvss
pypi-cxxfilt
pypi-cython
pypi-cytoolz
@@ -3748,6 +3773,7 @@ pypi-dataclasses
pypi-datetime
pypi-debugpy
pypi-decorator
pypi-deepmerge
pypi-deprecated
pypi-deprecation
pypi-diff_cover
@@ -3772,6 +3798,7 @@ pypi-docker_compose
pypi-docker_pycreds
pypi-docopt
pypi-docstring_parser
pypi-docstring_to_markdown
pypi-docutils
pypi-dpcontracts
pypi-dulwich
@@ -3810,6 +3837,7 @@ pypi-flatten_json
pypi-flit
pypi-flit_core
pypi-flit_scm
pypi-folium
pypi-fontmath
pypi-freezegun
pypi-frozenlist
@@ -3831,6 +3859,7 @@ pypi-google_apitools
pypi-google_auth
pypi-google_auth_httplib2
pypi-google_auth_oauthlib
pypi-google_cloud_secret_manager
pypi-google_pasta
pypi-google_reauth
pypi-googleapis_common_protos
@@ -3838,6 +3867,7 @@ pypi-gql
pypi-graphql_core
pypi-graphviz
pypi-greenlet
pypi-grpc_google_iam_v1
pypi-grpcio
pypi-grpcio_channelz
pypi-grpcio_health_checking
@@ -3932,10 +3962,12 @@ pypi-jupyter_cache
pypi-jupyter_client
pypi-jupyter_console
pypi-jupyter_core
pypi-jupyter_events
pypi-jupyter_nbgallery
pypi-jupyter_packaging
pypi-jupyter_server
pypi-jupyter_server_mathjax
pypi-jupyter_server_terminals
pypi-jupyter_sphinx
pypi-jupyterlab
pypi-jupyterlab_launcher
@@ -3957,6 +3989,7 @@ pypi-latexcodec
pypi-lazy_object_proxy
pypi-ldap3
pypi-libarchive_c
pypi-libevdev
pypi-linkify_it_py
pypi-livereload
pypi-llfuse
@@ -4066,6 +4099,7 @@ pypi-persistent
pypi-pexpect
pypi-phabricator
pypi-pickleshare
pypi-picobox
pypi-pid
pypi-pillow
pypi-pint
@@ -4073,6 +4107,7 @@ pypi-pip
pypi-pip_tools
pypi-pkgconfig
pypi-pkginfo
pypi-pkgutil_resolve_name
pypi-platformdirs
pypi-plotly
pypi-pluggy
@@ -4094,6 +4129,7 @@ pypi-progress
pypi-progressbar
pypi-prometheus_client
pypi-prompt_toolkit
pypi-proto_plus
pypi-psautohint
pypi-psutil
pypi-psycopg2
@@ -4147,6 +4183,8 @@ pypi-pyopenssl
pypi-pyparsing
pypi-pyperclip
pypi-pyperf
pypi-pyproject_api
pypi-pyproject_hooks
pypi-pyproject_metadata
pypi-pyprojectx
pypi-pypsrp
@@ -4167,6 +4205,7 @@ pypi-pyroute2.ndb
pypi-pyroute2.nftables
pypi-pyroute2.nslink
pypi-pyrsistent
pypi-pysaml2
pypi-pyscss
pypi-pyserial
pypi-pysnow
@@ -4192,6 +4231,7 @@ pypi-python_dbusmock
pypi-python_debian
pypi-python_dotenv
pypi-python_install
pypi-python_json_logger
pypi-python_jsonrpc_server
pypi-python_language_server
pypi-python_levenshtein
@@ -4220,6 +4260,7 @@ pypi-pyzmq
pypi-qtawesome
pypi-qtconsole
pypi-qtpy
pypi-rapidfuzz
pypi-rapidfuzz_capi
pypi-rcssmin
pypi-readme_renderer
@@ -4243,7 +4284,9 @@ pypi-restructuredtext_lint
pypi-retry
pypi-retry_decorator
pypi-retype
pypi-rfc3339_validator
pypi-rfc3986
pypi-rfc3986_validator
pypi-rfc3987
pypi-rich
pypi-rjsmin
@@ -4261,7 +4304,9 @@ pypi-salib
pypi-sanic_routing
pypi-scikit_build
pypi-scikit_image
pypi-scikit_learn
pypi-scp
pypi-scrypt
pypi-seaborn
pypi-secretstorage
pypi-selectors2
@@ -4277,6 +4322,7 @@ pypi-serpent
pypi-setproctitle
pypi-setuptools
pypi-setuptools_git_ls_files
pypi-setuptools_git_versioning
pypi-setuptools_rust
pypi-setuptools_scm
pypi-setuptools_scm_git_archive
@@ -4302,6 +4348,7 @@ pypi-sphinx_feature_classification
pypi-sphinx_gallery
pypi-sphinx_issues
pypi-sphinx_last_updated_by_git
pypi-sphinx_mdinclude
pypi-sphinx_notfound_page
pypi-sphinx_rtd_theme
pypi-sphinx_theme_builder
@@ -4350,7 +4397,6 @@ pypi-text_unidecode
pypi-textdistance
pypi-textfsm
pypi-texttable
pypi-theano
pypi-threadpoolctl
pypi-three_merge
pypi-tifffile
@@ -4370,6 +4416,7 @@ pypi-trampolim
pypi-trimesh
pypi-trio
pypi-trio_websocket
pypi-trove_classifiers
pypi-ttp
pypi-twine
pypi-typed_ast
@@ -4377,6 +4424,7 @@ pypi-typeguard
pypi-types_colorama
pypi-types_cryptography
pypi-types_dataclasses
pypi-types_docutils
pypi-types_enum34
pypi-types_ipaddress
pypi-types_mock
@@ -4418,6 +4466,7 @@ pypi-voluptuous
pypi-voluptuous_serialize
pypi-vsts_cd_manager
pypi-waitress
pypi-warlock
pypi-watchdog
pypi-wcwidth
pypi-webcolors
@@ -4443,7 +4492,18 @@ pypi-xpra
pypi-xstatic
pypi-xstatic_angular
pypi-xstatic_angular_bootstrap
pypi-xstatic_angular_gettext
pypi-xstatic_angular_lrdragndrop
pypi-xstatic_angular_schema_form
pypi-xstatic_bootstrap_scss
pypi-xstatic_bootswatch
pypi-xstatic_jasmine
pypi-xstatic_jsencrypt
pypi-xstatic_objectpath
pypi-xstatic_roboto_fontface
pypi-xvfbwrapper
pypi-xyzservices
pypi-yamllint
pypi-yamlloader
pypi-yapf
pypi-yarg
@@ -4602,7 +4662,6 @@ sbc
sbsigntools
scdoc
scene-alembic
scikit-learn
scipy
scons
scour
@@ -4647,6 +4706,7 @@ soundmodem
source-code-pro
source-highlight
sox
sparsezoo
spdlog
spectacle
speex