Commit graph

35782 commits

Author SHA1 Message Date
Daniël de Kok 57d4c67fb8
Merge pull request #93052 from danieldk/amd-blis-zen-only
amd-blis: init at 2.2
2020-08-08 20:01:24 +02:00
Alyssa Ross 5e7d581ffd libhugetlbfs: init at 2.22 2020-08-08 13:13:27 +00:00
Michael Weiss 32b7270c0d
range-v3: 0.10.0 -> 0.11.0 (#94887) 2020-08-08 13:54:58 +02:00
Daniël de Kok a4cdc0213c
Merge pull request #94784 from r-ryantm/auto-update/libmatroska
libmatroska: 1.6.0 -> 1.6.1
2020-08-08 11:18:41 +02:00
Daniël de Kok 0d2f78130c
Merge pull request #94830 from r-ryantm/auto-update/petsc
petsc: 3.13.2 -> 3.13.3
2020-08-08 10:55:55 +02:00
Vladimír Čunát 564f440b37
Merge #94704: gperftools: fix dlopen() on aarch64 2020-08-08 09:12:03 +02:00
Silvan Mosberger 9a452a6337
Merge pull request #94825 from bachp/qtwebkit-5.212.0-alpha4
qtwebkit: 5.212-alpha-01-26-2018 -> 5.212.0-alpha4
2020-08-08 01:30:20 +02:00
Louis Tim Larsen e768fce754
libhdhomerun: add comment about UDP firewall rule
PR #94620
2020-08-08 01:01:33 +02:00
John Ericson 0bb1b894aa
Merge pull request #88783 from NickHu/ayatana
libayatana-appindicator: init at 0.5.4 libayatana-indicator: init at 0.6.3 ayatana-ido: init at 0.4.90
2020-08-07 16:00:13 -04:00
markuskowa b9bf9c9236
Merge pull request #94829 from matthuszagh/openmpi
openmpi: enable c++ bindings
2020-08-07 18:24:52 +02:00
Daniël de Kok 9531f984d0
Merge pull request #94420 from danieldk/onednn-1.6
oneDNN: 1.5.1 -> 1.6
2020-08-07 17:58:41 +02:00
Matt Huszagh 3f13e1af0d openmpi: enable C++ bindings 2020-08-07 08:31:07 -07:00
Daniël de Kok 49ef0fd51a rocclr: fix build (no OpenCL library is required)
rocclr builds fail since CMake was upgraded to 3.18. This version
introduces the REQUIRED option of find_library. However rocclr only
needs OpenCL headers. This change makes finding an OpenCL library
optional again.
2020-08-07 16:49:18 +02:00
Mario Rodas feab14d327
Merge pull request #94775 from r-ryantm/auto-update/ldb
ldb: 2.1.4 -> 2.2.0
2020-08-07 07:24:35 -05:00
R. RyanTM 014d494e05 faudio: 20.07 -> 20.08 2020-08-07 00:36:08 -07:00
Pascal Bach 2cfff96eff qtwebkit: 5.212-alpha-01-26-2018 -> 5.212.0-alpha4 2020-08-07 09:31:52 +02:00
R. RyanTM ca9c2e3548 petsc: 3.13.2 -> 3.13.3 2020-08-07 12:44:29 +10:00
worldofpeace c08a2bfb20
Merge pull request #94815 from matthuszagh/gl2ps
gl2ps: make cmake a native build input
2020-08-06 19:54:33 -04:00
John Wiegley 6a359b2333
libxml2Python: Darwin builds require libintl (better fix) 2020-08-06 15:52:57 -07:00
Matt Huszagh deb0a6ce6e gl2ps: make cmake a native build input 2020-08-06 12:10:26 -07:00
Lassulus c0583cbf62
Merge pull request #94773 from gnidorah/updates
openxray: 558 -> 730
adlplug, opnplug: 1.0.1 -> 1.0.2
ArchiSteamFarm: 4.2.3.3 -> 4.2.3.6
kmsxx: 2020-02-14 -> 2020-08-04
openjk: 2019-11-29 -> 2020-07-03
opl3bankeditor: 1.5 -> 1.5.1
opn2bankeditor: 1.3-beta -> 1.3
2020-08-06 18:12:43 +02:00
B. Kelly 0834620bef libmysofa: disable CODE_COVERAGE in build
Leaving it on generates huge amounts of stderr spam from anything that
links it (such as ffmpeg) as it tries (and fails) to create profiling
records in /build.
2020-08-06 08:36:55 -04:00
Mario Rodas 7dce0fff9c
Merge pull request #94764 from marsam/update-grpc
grpc: 1.29.0 -> 1.31.0
2020-08-06 07:09:28 -05:00
R. RyanTM dfda85ced1 libmatroska: 1.6.0 -> 1.6.1 2020-08-06 11:24:23 +00:00
R. RyanTM 668e9f2cb3 ldb: 2.1.4 -> 2.2.0 2020-08-06 07:23:36 +00:00
Vladimír Čunát ce174c7bc9
Merge #94587: nss: fix on darwin 2020-08-06 09:08:29 +02:00
gnidorah 2774941cc2 kmsxx: 2020-02-14 -> 2020-08-04 2020-08-06 09:33:19 +03:00
R. RyanTM 0e0aba2362 mailcore2: 0.6.3 -> 0.6.4 2020-08-05 19:41:50 -07:00
Mario Rodas 6854a2cb4d
grpc: 1.29.0 -> 1.31.0
Changelog: https://github.com/grpc/grpc/releases/tag/v1.31.0
2020-08-05 04:20:00 -05:00
Daniël de Kok 66d9d735d2 gperftools: fix dlopen() of gperftools on AArch64
dlopen()'ing gperftools results in "cannot allocate memory in static TLS
block", see:

https://bugzilla.redhat.com/show_bug.cgi?id=1483558

This change uses a patch from Fedora to disable generic dynamic TLS on
AArch32/64.
2020-08-05 10:42:25 +02:00
Daniël de Kok 1474bfe27d
Merge pull request #93653 from danieldk/mkl-2020.2.254
mkl: 2020.1.217 -> 2020.2.254
2020-08-05 08:08:08 +02:00
OPNA2608 ce846253ca libsidplayfp: 1.8.7 -> 2.0.4 2020-08-04 13:05:26 -07:00
Vladimír Čunát 8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Ryan Mulligan e60301b583
Merge pull request #94589 from r-ryantm/auto-update/gensio
gensio: 2.0.5 -> 2.1.3
2020-08-04 06:20:42 -07:00
markuskowa f2997db610
Merge pull request #92813 from markuskowa/add-ganesha
nfs-ganesha: init at 3.3
2020-08-04 14:01:05 +02:00
Frederik Rietdijk 26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Jaka Hudoklin 38dc94bcf0
Merge pull request #94606 from r-ryantm/auto-update/hivex
hivex: 1.3.18 -> 1.3.19
2020-08-04 10:21:02 +02:00
R. RyanTM 812e19f842 hivex: 1.3.18 -> 1.3.19 2020-08-03 11:25:10 +00:00
R. RyanTM 6a7c161625 gensio: 2.0.5 -> 2.1.3 2020-08-03 04:46:42 +00:00
Matthew Bauer d0468f86e8 nss: set install name correctly 2020-08-02 22:35:30 -05:00
worldofpeace 705bbdbd9a
Merge pull request #84545 from mkg20001/pkg/timezonemap
timezonemap: init at 0.4.5
2020-08-02 08:36:00 -04:00
Jon 7ff54682d5
libplacebo: allow for latest glslang (#94510) 2020-08-02 13:27:05 +02:00
R. RyanTM 2dee11d4de gloox: 1.0.23 -> 1.0.24 2020-08-01 23:17:47 +02:00
Ryan Mulligan 6c03156a7f
Merge pull request #94290 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.9 -> 1.0.10
2020-08-01 13:56:18 -07:00
Martin Weinelt ab5af376cc
Merge pull request #94465 from Mic92/rhasspy-upstream
opengrm-ngram: init at 1.3.11, phonetisaurus: init at 2020-07-31
2020-08-01 21:44:43 +02:00
Jörg Thalheim d29b7d91d9
phonetisaurus: init at 2020-07-31
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-08-01 19:56:25 +01:00
Jörg Thalheim 59c0d1f3ad
opengrm-ngram: init at 1.3.11 2020-08-01 19:56:14 +01:00
Frederik Rietdijk 50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Daniël de Kok 153c7852df
Merge pull request #94365 from danieldk/liblinear-2.41
liblinear: 2.40 -> 2.41
2020-08-01 17:47:47 +02:00
Daniël de Kok f9861ae348 oneDNN: 1.5.1 -> 1.6
Changelog:

https://github.com/oneapi-src/oneDNN/releases/tag/v1.6
2020-08-01 09:42:07 +02:00