aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-09-02 13:09:46 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-09-06 23:53:48 +0200
commit5fc145ea352104903b7f7eccd1e87768552b1788 (patch)
treed969943288ff71a10c857d3a6891b3477d1bb6c7 /gnu/packages/cpp.scm
parent3279fd63fd3b07dd6b599f8af3665981e573df30 (diff)
downloadguix-5fc145ea352104903b7f7eccd1e87768552b1788.tar.gz
guix-5fc145ea352104903b7f7eccd1e87768552b1788.zip
gnu: r-boot: Update to 1.3-31.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-31. Change-Id: I3c5dfecf461dd98ee7114de32d190db5743a6dab
Diffstat (limited to 'gnu/packages/cpp.scm')
0 files changed, 0 insertions, 0 deletions
tenv' phase for finding libjpeg-turbo. [inputs]: Add ffmpeg. David Elsing 2024-09-06gnu: python-pytorch: Update to 2.4.0....This also updates the qnnpack-pytorch package. * gnu/packages/machine-learning.scm (%python-pytorch-version): Set to 2.4.0. (%python-pytorch-src): Adjust hash accordingly. [source]: Remove obsolete file deletions in snippet. (python-pytorch)[arguments]<#:phases>: Disable telemetry and set Python install directory. Remove obsolete USE_FFMPEG, USE_OPENCV and USE_PYTORCH_QNNPACK environment variables. [native-inputs]: Remove python-typing-extensions. [inputs]: Add brotli, cpp-httplib and zlib. Remove qnnpack. Use oneapi-dnnl, qnnpack-pytorch and xnnpack for all systems. [propagated-inputs]: Add onnx and python-typing-extensions. Use cpuinfo for all systems. [supported-systems]: New field. (python-pytorch-for-r-torch)[inputs]: Add qnnpack. * gnu/packages/patches/python-pytorch-fix-codegen.patch: Adjust patch. * gnu/packages/patches/python-pytorch-runpath.patch: Adjust patch. * gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust patch. * gnu/packages/patches/python-pytorch-without-kineto.patch: Adjust patch. David Elsing 2024-09-06gnu: gloo: Update to commit 81925d1....* gnu/packages/machine-learning.scm (gloo): Update to commit 81925d1. [arguments]: Add -DCMAKE_CXX_STANDARD=17 to #:configure-flags. [supported-systems]: New field. David Elsing 2024-09-06gnu: onnx-optimizer: Update to 0.3.19....* gnu/packages/machine-learning.scm (onnx-optimizer): Update to 0.3.19. * gnu/packages/patches/onnx-optimizer-system-library.patch: Adjust patch. Co-authored-by: Andy Tai <atai@atai.org> David Elsing 2024-09-06gnu: onnx: Update to 1.16.2....* gnu/packages/machine-learning.scm (onnx): Update to 1.16.2. [source]: Remove patch. [build-system]: Move to pyproject-build-system. [arguments]<#:tests?>: Disable for systems where python-nbval is not supported. <#:phases>: Remove 'relax-requirements' phase. Pass "-DONNX_BUILD_TESTS" to CMake depending on tests?. [native-inputs]: Add python-fb-re2 and python-parameterized-next. Remove python-nbval on unsupported systems. * gnu/packages/patches/onnx-shared-libraries.patch: Adjust patch. * gnu/packages/patches/onnx-skip-model-downloads.patch: Adjust patch. * gnu/packages/patches/onnx-use-system-googletest.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Co-authored-by: Andy Tai <atai@atai.org> David Elsing 2024-09-06gnu: Remove onnx-for-torch2....* gnu/packages/machine-learning.scm (onnx-for-torch2): Delete variable. David Elsing 2024-09-06gnu: Remove onnx-optimizer-for-torch2....* gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): Delete variable. David Elsing 2024-09-06gnu: Add xnnpack-for-r-torch....* gnu/packages/machine-learning.scm (xnnpack-for-r-torch): New variable. (xnnpack)[inputs]: Use xnnpack-for-r-torch instead of xnnpack. David Elsing 2024-09-06gnu: xnnpack: Update to commit 08f1489....More tests fail when building the shared library, so they are disabled. The scripts to generate the autogenerated files run all commands at once, so they are converted to Makefiles first. * gnu/packages/machine-learning.scm (xnnpack): Update to commit 08f1489. [source]: Remove patch. Adjust snippet. [arguments]<#:configure-flags>: Add "-DXNNPACK_BUILD_TESTS=OFF". <#:tests?>: Disable tests. <#:phases>: Adjust 'fix-cmake' phase. Convert code generation scripts to Makefiles and run them. Run different missing scripts. * gnu/packages/patches/xnnpack-remove-broken-tests.patch: Remove file. * gnu/packages/patches/xnnpack-system-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove them. David Elsing 2024-09-06gnu: fbgemm: Update to 0.7.0....* gnu/packages/machine-learning.scm (fbgemm): Update to 0.7.0. David Elsing 2024-09-06gnu: oneapi-dnnl: Update to 3.5.3....* gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.5.3. David Elsing 2024-09-06gnu: nnpack: Depend on python-peachpy only for x86_64....* gnu/packages/machine-learning.scm (nnpack)[native-inputs]: Provide python-peachpy only when 'target-x86-64?'. David Elsing 2024-09-06gnu: Remove python-typing-extensions-4.10....* gnu/packages/machine-learning.scm (python-typing-extensions-4.10): Delete variable. * gnu/packages/machine-learning.scm (python-pytorch)[native-inputs] Replace python-typing-extensions-4.10 with python-typing-extensions. David Elsing 2024-09-03gnu: tensorflow-lite: Fix build....* gnu/packages/machine-learning.scm (tensorflow-lite): Fix build. [inputs]: Change flatbuffers-next to flatbuffers-23.1. * gnu/packages/serialization.scm (flatbuffers-23.1): New variable. Change-Id: I257c3563cb91cbf8e0f0874367aafced248ab4dc Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai 2024-09-02gnu: python-deepxde: Update to 1.12.1....* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.1. Change-Id: I7996c7686e1b6f97a4b54efc6153fe5adebd0b4b Vinicius Monego 2024-08-31gnu: ghmm: Import the correct set of modules....* gnu/packages/machine-learning.scm (ghmm) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I317b9eb60afd63eeb4643556e94cb26a1162abb4 Maxim Cournoyer 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-07-28gnu: python-pyro-ppl: Simplify inputs....* gnu/packages/machine-learning.scm (python-pyro-ppl)[native-inputs]: Remove ninja, jupyter, python-black, python-flake8, python-graphviz, python-isort, python-lap, python-matplotlib, python-mypy, python-nbformat, python-nbsphinx, python-nbstripout, python-nbval, python-pandas, python-pillow, python-pypandoc, python-pytest, python-pytest-cov, python-pytest-xdist, python-scikit-learn, python-scipy, python-seaborn, python-sphinx, python-sphinx-rtd-theme, python-torchvision, python-visdom, python-wget, python-yapf. Change-Id: Id7a413fdbdd8a808dffb4804c8a7f04bf2c31bbc Vinicius Monego 2024-07-28gnu: python-pyro-ppl: Update to 1.9.1....* gnu/packages/machine-learning.scm (python-pyro-ppl): Update to 1.9.1. [arguments]: Remove #:test-flags and skip all tests in #:tests?. Change-Id: If90024d904bb830df2868423a5947ecaf45b46fc Vinicius Monego 2024-07-28gnu: python-botorch: Update to 0.11.3....* gnu/packages/machine-learning.scm (python-botorch): Update to 0.11.3. [arguments]<#:test-flags>: Skip a failing test. <#:phases>: Delete the 'lo-version phase. Change-Id: I110631da8c5e442eaf00daa1b42caff29d61b36b Vinicius Monego 2024-07-19gnu: python-keras: Update home page url....* gnu/packages/machine-learning.scm (python-keras) [home-page]: Update home page. Change-Id: I7e4bd1dc64dbbd042de5dc50036ae12ca7c76fc3 jgart