mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: salmon: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (salmon)[arguments]: Use a gexp to remove reference to %build-inputs.
This commit is contained in:
parent
3ee142ebd6
commit
1e7bd5e679
1 changed files with 9 additions and 9 deletions
|
@ -10177,15 +10177,15 @@ (define-public salmon
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "-Dlibgff_DIR="
|
||||
(assoc-ref %build-inputs "libgff") "/lib")
|
||||
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
|
||||
"-Dlibgff_FOUND=TRUE"
|
||||
"-DTBB_FOUND=TRUE"
|
||||
,(string-append "-DTBB_VERSION=" (package-version tbb-2020))
|
||||
"-DTBB_LIBRARIES=tbb -ltbbmalloc"
|
||||
"-DFETCHED_PUFFERFISH=TRUE"
|
||||
"-DUSE_SHARED_LIBS=TRUE")
|
||||
,#~(list (string-append "-Dlibgff_DIR="
|
||||
#$(this-package-input "libgff") "/lib")
|
||||
"-DCMAKE_CXX_FLAGS=\"-DHAVE_NUMERIC_LIMITS128=1\""
|
||||
"-Dlibgff_FOUND=TRUE"
|
||||
"-DTBB_FOUND=TRUE"
|
||||
#$(string-append "-DTBB_VERSION=" (package-version tbb-2020))
|
||||
"-DTBB_LIBRARIES=tbb -ltbbmalloc"
|
||||
"-DFETCHED_PUFFERFISH=TRUE"
|
||||
"-DUSE_SHARED_LIBS=TRUE")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'prepare-pufferfish
|
||||
|
|
Loading…
Reference in a new issue