Skip to content

Commit 13ad059

Browse files
Merge pull request #163 from smithlabcode/v141-build-config
Updating build config so that v1.4.1 will build on conda servers for macos
2 parents b5747bf + 0c127f6 commit 13ad059

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ SUBDIRS := src/smithlab_cpp src/abismal
9797
install installdirs: SUBDIRS := $(filter-out src/smithlab_cpp src/abismal, $(SUBDIRS))
9898
AM_CPPFLAGS = -I $(top_srcdir)/src/common -I $(top_srcdir)/src/smithlab_cpp -I $(top_srcdir)/src/bamxx
9999

100-
CXXFLAGS = -Wall -O3 $(OPENMP_CXXFLAGS) # default has optimization on
100+
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
101+
CXXFLAGS = -Wall -O3 # default has optimization on
101102

102103
### ADS: Testing with `make check` can be a long process. Testing with
103104
### `make check` is designed to work recursively. Modifying this

0 commit comments

Comments
 (0)