We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39225d4 commit 24cd7e6Copy full SHA for 24cd7e6
SConstruct
@@ -14,7 +14,7 @@ compiler = ARGUMENTS.get('compiler', 'gcc')
14
env = Environment(tools = ['default', 'packaging'],
15
CC = compiler,
16
variables = vars,
17
- CFLAGS = '-Wall -std=c99 -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fopenmp -D_REENTRANT',
+ CFLAGS = '-Wall -std=c99 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_BSD_SOURCE -fopenmp -D_REENTRANT',
18
CPPPATH = ['#', '#src', '#src/tools/bam', bioinfo_path, commons_path, "%s/commons/argtable" % commons_path, "%s/commons/config" % commons_path, system_include, '%s/libxml2' % system_include ],
19
LIBPATH = [commons_path, bioinfo_path, system_libs],
20
LIBS = ['xml2', 'm', 'z', 'curl', 'dl', 'bioinfo', 'common'],
lib/hpg-libs
0 commit comments