freebsd-ports/biology/salmon/files/patch-src_CMakeLists.txt
Jason W. Bacon 64a6421c24 biology/salmon: Transcript-level quantification of RNA-seq
Salmon is a wicked-fast program to produce a highly-accurate,
transcript-level quantification estimates from RNA-seq data. Salmon
achieves is accuracy and speed via a number of different innovations,
including the use of quasi-mapping (accurate but fast-to-compute
proxies for traditional read alignments), and massively-parallel
stochastic collapsed variational inference. The result is a versatile
tool that fits nicely into many differnt pipelines.
2023-07-21 18:06:36 -05:00

19 lines
451 B
Plaintext

--- src/CMakeLists.txt.orig 2021-11-23 02:42:29 UTC
+++ src/CMakeLists.txt
@@ -266,14 +266,7 @@ endif()
add_dependencies(salmon unitTests)
-##
-# External dependencies of salmon_core and salmon
-##
-if (${FETCHED_JEMALLOC})
- add_dependencies(alevin_core libjemalloc)
- add_dependencies(salmon_core libjemalloc)
- add_dependencies(salmon libjemalloc)
-endif()
+# jemalloc is default on FreeBSD
if (${FETCHED_BOOST})
## PUFF_INTEGRATION