summaryrefslogtreecommitdiffstats
path: root/academic/STAR/reproducible.patch
diff options
context:
space:
mode:
Diffstat (limited to 'academic/STAR/reproducible.patch')
-rw-r--r--academic/STAR/reproducible.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/academic/STAR/reproducible.patch b/academic/STAR/reproducible.patch
deleted file mode 100644
index f340376023..0000000000
--- a/academic/STAR/reproducible.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: make build reproducible
- Stops build hostname and directory from being recorded in the artifact.
-Author: Sascha Steinbiss <sascha@steinbiss.name>
---- a/source/Makefile
-+++ b/source/Makefile
-@@ -18,7 +18,7 @@
- LDFLAGS_Mac_static :=-pthread -lz -static-libgcc htslib/libhts.a
- LDFLAGS_gdb += $(LDFLAGS_shared)
-
--COMPTIMEPLACE := -D'COMPILATION_TIME_PLACE="$(shell echo `date` $(HOSTNAME):`pwd`)"'
-+COMPTIMEPLACE := -D'COMPILATION_TIME_PLACE="<unrecorded>"'
-
- CXXFLAGS_common := -pipe -std=c++11 -Wall -Wextra -fopenmp $(COMPTIMEPLACE) $(CCFLAGS_common_add)
- CXXFLAGS_main += -O3 $(CXXFLAGS_common)