gnu: blasr: Remove trailing #T.
* gnu/packages/bioinformatics.scm (blasr)[arguments]: Remove trailing #T from build phase.master
parent
d068de0c7d
commit
38cf62a236
|
@ -782,8 +782,7 @@ hdf and alignment.")
|
||||||
m
|
m
|
||||||
(format #f "cpp.find_library('hdf5', dirs : '~a'), \
|
(format #f "cpp.find_library('hdf5', dirs : '~a'), \
|
||||||
cpp.find_library('hdf5_cpp', dirs : '~a'), "
|
cpp.find_library('hdf5_cpp', dirs : '~a'), "
|
||||||
hdf5 hdf5)))))
|
hdf5 hdf5))))))))
|
||||||
#t)))
|
|
||||||
;; Tests require "cram" executable, which is not packaged.
|
;; Tests require "cram" executable, which is not packaged.
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:configure-flags '("-Dtests=false")))
|
#:configure-flags '("-Dtests=false")))
|
||||||
|
|
Reference in New Issue