diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-13 10:37:21 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-13 10:37:21 +0100 |
| commit | 5a89e514b883420ddcc4583c84a489dfa566f1ab (patch) | |
| tree | 8c361adbf6eb2159b254818482489139c6c398e1 | |
| parent | 62bd6a9a97db20eba20e6b84ec1c230f3f3c0bbc (diff) | |
python: python-jaxlib/wheel: Simplify extra configuration.
* guix-science/packages/python.scm (python-jaxlib/wheel): Remove BEGIN.
| -rw-r--r-- | guix-science/packages/python.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm index 593e53b..c2da8fe 100644 --- a/guix-science/packages/python.scm +++ b/guix-science/packages/python.scm | |||
| @@ -1018,9 +1018,8 @@ NumPy @code{dtype} extensions used in machine learning libraries, including: | |||
| 1018 | (package-transitive-native-search-paths | 1018 | (package-transitive-native-search-paths |
| 1019 | this-package)) | 1019 | this-package)) |
| 1020 | #:extra-configuration | 1020 | #:extra-configuration |
| 1021 | #~(begin | 1021 | #~(setenv "TF_SYSTEM_LIBS" |
| 1022 | (setenv "TF_SYSTEM_LIBS" | 1022 | (string-join '#$jaxlib-system-libs ",")) |
| 1023 | (string-join '#$jaxlib-system-libs ","))) | ||
| 1024 | #:bazel-targets | 1023 | #:bazel-targets |
| 1025 | (list "//jaxlib/tools:build_wheel" | 1024 | (list "//jaxlib/tools:build_wheel" |
| 1026 | "@mkl_dnn_v1//:mkl_dnn") | 1025 | "@mkl_dnn_v1//:mkl_dnn") |
