| Age | Commit message (Collapse) | Author | Files | Lines |
|
Unlike version 2.20.0, this version lets us use Bazel 6.5, which we
have previously packaged. Unlike 2.13.1 this version works with Numpy
2, which has become the default for Python packages in Guix.
* guix-science/packages/python.scm (tensorflow-system-libs): Adjust.
(tensorflow)[source]: Patch sources to inject a patch for Python
toolchain discovery.
[arguments]: Use bazel-6.5; update the fetch and build targets; adjust
the 'configure phase; override the platforms repository; adjust
'install phase due to script name change.
[native-inputs]: Remove python-setuptools and add bazel platforms 0.0.8.
|
|
This reverts commit 39a038c54c2047b04cf6c51550554cabb54b935d.
See https://codeberg.org/guix-science/guix-science/issues/593
|
|
* patches/rstudio-server-install.patch: New file.
* guix-science/packages/rstudio.scm (rstudio-server)
[source]: Fetch from upstream repository; add patch.
[arguments]: Drop unnecessary configure flag; set
RSTUDIO_NODE_VERSION; add phase 'create-os-release; update phase
'patch-paths to address node locations; use THIS-PACKAGE-INPUT where
possible.
[native-inputs]: Drop labels.
[inputs]: Drop labels; add node.
|
|
* guix-science/packages/neuroscience.scm (elastix): Update to 5.3.0.
[arguments]<#:test-exclude>: Exclude failing tests.
Signed-off-by: Ghislain Vaillant <ghislain.vaillant@inria.fr>
|
|
* guix-science/packages/medical.scm (stir) [native-inputs]: Replace
swig-next with swig-4.0.
Signed-off-by: Ghislain Vaillant <ghislain.vaillant@inria.fr>
|
|
* guix-science/packages/bioinformatics.scm (staden-io-lib): New variable.
|
|
* guix-science/packages/bazel.scm (bazel-6.1)[arguments]: Ignore
implicit function declarations in zlib; link with
-labsl_synchronization.
|
|
The patches from the upstream fork were outdated and did not actually
work for version 2023.06.1+524.
* patches/rstudio-server-multi-version: Update patches from upstream.
* guix-science/packages/rstudio.scm (rstudio-server-multi-version)
[source]: Replace patches.
[arguments]: Add phase 'patch-gwt-build.
[native-inputs]: Add python-wrapper and python-lxml.
|
|
* guix-science/packages/machine-learning.scm (python-datasets)
[arguments]<#:test-flags>: Ignore integration tests, they require many
optional dependencies and would increase the closure size for little benefit.
[native-inputs]: Add python-backports-zstd.
|
|
Signed-off-by: Romain GARBAGE <romain.garbage@inria.fr>
|
|
* guix-science/packages/machine-learning.scm (python-ray/wheel):
Update vendored inputs hash.
|
|
Signed-off-by: Romain GARBAGE <romain.garbage@inria.fr>
|
|
Signed-off-by: Romain GARBAGE <romain.garbage@inria.fr>
|
|
* guix-science/packages/version-control.scm (python-scmrepo)
[source]: Update to 3.6.1, update URL.
[arguments]<#:test-flags>: Update filters.
[propagated-inputs]: Replace python-dulwich-0.24 by python-dulwich.
[native-inputs]: Remove python-pytest-test-utils.
[description]: Rephrase.
|
|
* guix-science/packages/version-control.scm (python-dvc-task)
[description]: Rephrase.
|
|
* guix-science/packages/version-control.scm (python-dvc-studio-client)
[source]: Update URL.
[propagated-inputs]: Replace python-dulwich-0.24 by python-dulwich.
[home-page]: Use the same as dvc.
[description]: Rephrase.
|
|
* guix-science/packages/version-control.scm (python-dvc-ssh)
[source]: Update URL.
[description]: Rephrase.
|
|
* guix-science/packages/version-control.scm (python-dvc-render)
[source]: Update URL.
[home-page]: Use the same as dvc.
|
|
* guix-science/packages/version-control.scm (python-dvc-http)
[source]: Update URL.
[description]: Rephrase.
|
|
* guix-science/packages/version-control.scm (dvc)
[arguments]<#:phases>: Use full phase names,
use serach-input-file instead of which.
[inputs]: Move below propagated-inputs.
|
|
* guix-science/packages/version-control.scm (python-dvc-objects): New variable.
|
|
* guix-science/packages/version-control.scm (python-dvc-data): New variable.
|
|
* guix-science/packages/version-control.scm (dvc)
[source]: Update to 3.66.1, update URL.
[arguments]<#:test-flags>: Run unit tests only, update filters.
[propagated-inputs]: Replace python-dulwich-0.24 by python-dulwich.
[native-inputs]: Add python-breautifulsoup4, remove python-pytest-test-utils.
|
|
* README.rst: Add a paragraph related to commit formatting.
|
|
* README.rst: Move guix lint/packaging guideline bits from the
Contributing section to the Hacking this repository section.
|
|
* guix-science/packages/bioinformatics.scm: Rename cat to cat-pack,
declare cat as a deprecated alias.
|
|
* guix-science/packages/bioinformatics.scm (cat)
[source]: Update to 6.0.1.
[arguments]<#:phases>: Replace CAT with CAT_pack.
[inputs]: Add bash-minimal, bwa, mmseqs2 and samtools.
|
|
* guix-science/packages/rstudio.scm (rstudio-server)[inputs]: Replace 'boost'
by older version 'boost-1.83'.
|
|
* guix-science/packages/machine-learning.scm (python-tensorstore):
Update to 0.1.80.
|
|
* guix-science/packages/machine-learning.scm (python-tensorstore): Fix
after Numpy 2 update.
|
|
* guix-science/packages/machine-learning.scm (python-tensorstore):
Fix missing module error.
|
|
* guix-science/packages/bioinformatics.scm (mmseqs2): New variable.
|
|
* guix-science/packages/bioinformatics.scm (cat): Run guix lint.
[description]: Use acronyms where appropriate.
|
|
* guix-science/packages/bioinformatics.scm (cat)
[source]: Update to 5.3.
[arguments]<#:tests?>: Enable tests.
<#:phases>: Simplify install phase, add separate wrap phase after install,
fix wrapping of main executable.
|
|
* guix-science/packages/bioinformatics.scm (cat)
[source]: Switch to git, update remote.
[home-page]: Change to new organisation.
|
|
* guix-science/packages/machine-learning.scm (python-datasets)
[arguments]<#:phases>: Fix faulty regex in fix-requirements.
|
|
* guix-science/packages/compression.scm (bsc): New variable.
|
|
* guix-science/packages/cran.scm (r-reactlog)[native-inputs]: Add missing
dependency and fix the build.
Merges: #580
|
|
* guix-science/packages/python-xyz.scm (python-mayavi)
[arguments]<#:phases>: Replace before-check by start-xorg-server (after
build) and build-extensions (before check).
[propagated-inputs]: Replace vtk by vtk-9.4.
|
|
* guix-science/packages/statistics.scm (python-iterative-stats)
[arguments]<#:phases> Add fix-requirements phase after unpack, which removes
upper version limits in dependencies.
|
|
* guix-science/packages/machine-learning.scm (python-melissa-core)
[arguments]<#:phases>: Enable builds with numpy@2+.
|
|
* guix-science/packages/bioinformatics.scm (booster): New variable.
|
|
* guix-science/packages/bioinformatics.scm (iqtree3)
[source]: Disable recursive git fetch.
[arguments]<#:phases>: Copy cmaple and lsd2 sources where expected.
[native-inputs]: Add (package-source cmaple) and (package-source lsd2).
|
|
* guix-science/packages/bioinformatics.scm (iqtree2)
[source]: Disable recursive git fetch.
[arguments]<#:phases>: Copy cmaple and lsd2 sources where expected.
[native-inputs]: Add (package-source cmaple) and (package-source lsd2).
|
|
* guix-science/packages/bioinformatics.scm (cmaple): New variable.
|
|
* guix-science/packages/bioinformatics.scm (lsd2): New variable.
|
|
* guix-science/packages/bioinformatics.scm (seqan-3.0.2)[native-inputs]: Add
gcc-toolchain-12.
Merges: #570
|
|
These tests are not relevant for testing basic MPI related
functionality, they test custom distribution of tiles on MPI ranks.
* guix-science/packages/algebra.scm (chameleon): Exclude tests added
in version 1.4.
|
|
Closes #563.
* guix-science/packages/algebra.scm (pastix): Run single precision
tests only.
|
|
* guix-science/packages/python.scm (tensorflow): Update to 2.20.0.
|