gnu: salmon: Adjust for C_INCLUDE_PATH changes.
* gnu/packages/bioinformatics.scm (salmon)[arguments]: Append Eigen headers to C_INCLUDE_PATH instead of CPATH.
This commit is contained in:
parent
6b5a2e5886
commit
aaadd6e2e1
1 changed files with 2 additions and 2 deletions
|
@ -11970,8 +11970,8 @@ The following file formats are supported:
|
||||||
(("lib/libdivsufsort.a") "/lib/libdivsufsort.so"))
|
(("lib/libdivsufsort.a") "/lib/libdivsufsort.so"))
|
||||||
|
|
||||||
;; Ensure that all headers can be found
|
;; Ensure that all headers can be found
|
||||||
(setenv "CPATH"
|
(setenv "CPLUS_INCLUDE_PATH"
|
||||||
(string-append (getenv "CPATH")
|
(string-append (or (getenv "CPLUS_INCLUDE_PATH") "")
|
||||||
":"
|
":"
|
||||||
(assoc-ref inputs "eigen")
|
(assoc-ref inputs "eigen")
|
||||||
"/include/eigen3"))
|
"/include/eigen3"))
|
||||||
|
|
Reference in a new issue