mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: blasr-libcpp: Remove trailing #T from build phases.
* gnu/packages/bioinformatics.scm (blasr-libcpp)[arguments]: Remove trailing #T from build phases.
This commit is contained in:
parent
eaf5198a5e
commit
057579495f
1 changed files with 2 additions and 4 deletions
|
@ -673,8 +673,7 @@ (define-public blasr-libcpp
|
|||
m
|
||||
(format #f "cpp.find_library('hdf5', dirs : '~a'), \
|
||||
cpp.find_library('hdf5_cpp', dirs : '~a'), "
|
||||
hdf5 hdf5)))))
|
||||
#t))
|
||||
hdf5 hdf5)))))))
|
||||
(add-after 'unpack 'find-googletest
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; It doesn't find gtest_main because there's no pkg-config file
|
||||
|
@ -683,8 +682,7 @@ (define-public blasr-libcpp
|
|||
(("libblasr_gtest_dep = dependency\\('gtest_main'.*")
|
||||
(format #f "cpp = meson.get_compiler('cpp')
|
||||
libblasr_gtest_dep = cpp.find_library('gtest_main', dirs : '~a')\n"
|
||||
(assoc-ref inputs "googletest"))))
|
||||
#t)))
|
||||
(assoc-ref inputs "googletest")))))))
|
||||
;; TODO: unittest/libblasr_unittest cannot be linked
|
||||
;; ld: ;; unittest/df08227@@libblasr_unittest@exe/alignment_utils_FileUtils_gtest.cpp.o:
|
||||
;; undefined reference to symbol
|
||||
|
|
Loading…
Reference in a new issue