Skip to content

Commit

Permalink
clean up recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Nov 13, 2024
1 parent bb774d8 commit e73c5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions recipes/muse/fix-install_muse.sh.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/install_muse.sh b/install_muse.sh
index 7bc2153..6588867 100755
index 7bc2153..d58594a 100755
--- a/install_muse.sh
+++ b/install_muse.sh
@@ -5,12 +5,14 @@ make clean
Expand Down Expand Up @@ -38,7 +38,7 @@ index 7bc2153..6588867 100755
cd ..

# combine htslib
@@ -39,30 +41,17 @@ fi
@@ -39,30 +41,16 @@ fi

git clone https://github.com/samtools/htslib.git
cd htslib
Expand All @@ -52,7 +52,6 @@ index 7bc2153..6588867 100755
-cp libhts.a ../lib/
+make -j${CPU_COUNT}
+cp -f libhts.a ../lib/
+cp -f htslib/* $SRC_DIR/inc/htslib/

cd ..

Expand Down
1 change: 0 additions & 1 deletion recipes/muse/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ requirements:
- llvm-openmp # [osx]
- libgomp # [linux]
- libcurl
- htslib
- icu
- bzip2
- xz
Expand Down

0 comments on commit e73c5fd

Please sign in to comment.