mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
e31c1dcce9
commit
3ffd914237
1 changed files with 6 additions and 1 deletions
|
@ -3575,7 +3575,12 @@ (define-public python-pynbody
|
|||
"--ignore=tests/sph_smooth_test.py"
|
||||
"--ignore=tests/subfind_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
|
||||
(list python-cython
|
||||
python-pandas
|
||||
|
|
Loading…
Reference in a new issue