mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 02:51:49 +02:00
gnu: python-pynbody: Prepare for cross compilation.
* gnu/packages/astronomy.scm (python-pynbody)[arguments]{phases}: Add
'set-compiler phase.
Change-Id: I64feabbdd76679d5a86a85a9f50cd0be90f60c1c
Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
committed by
Eric Bavier
parent
e31c1dcce9
commit
3ffd914237
@@ -3575,7 +3575,12 @@ functions, so that they can be called with scalar or array inputs.")
|
|||||||
"--ignore=tests/sph_smooth_test.py"
|
"--ignore=tests/sph_smooth_test.py"
|
||||||
"--ignore=tests/subfind_test.py"
|
"--ignore=tests/subfind_test.py"
|
||||||
"--ignore=tests/subfindhdf_gadget4_test.py"
|
"--ignore=tests/subfindhdf_gadget4_test.py"
|
||||||
"--ignore=tests/tipsy_test.py")))
|
"--ignore=tests/tipsy_test.py")
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-before 'build 'set-compiler
|
||||||
|
(lambda _
|
||||||
|
(setenv "CC" #$(cc-for-target)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython
|
(list python-cython
|
||||||
python-pandas
|
python-pandas
|
||||||
|
|||||||
Reference in New Issue
Block a user