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
@ -673,8 +673,7 @@ speedup comes during compression.")
|
||||
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 @@ cpp.find_library('hdf5_cpp', dirs : '~a'), "
|
||||
(("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 New Issue
Block a user