-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename src/code_base -> src/bmdscore (#73)
* reformat * move over some of the functions * see if a few more files can be deleted * remove? * move test scripts * move pybind11.cmake? * rename src/code_base -> src/bmdscore * added project name to CMake file --------- Co-authored-by: Cody Simmons <[email protected]>
- Loading branch information
1 parent
582a33d
commit d77f3be
Showing
51 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
DISTRO = $(shell uname) | ||
|
||
ifeq ($(DISTRO), Linux) | ||
PKG_CPPFLAGS = -I"./include" -I"./code_base" -ftree-vectorize -Os -march=native | ||
PKG_CPPFLAGS = -I"./include" -I"./bmdscore" -ftree-vectorize -Os -march=native | ||
PKG_CPPFLAGS += $(shell pkg-config --cflags nlopt gsl) -DR_COMPILATION -Wno-ignored-attributes -flto -fopenmp | ||
PKG_LIBS = $(shell pkg-config --libs nlopt gsl) | ||
else | ||
PKG_CPPFLAGS = -I"./code_base" -I"./include" -ftree-vectorize -Os -fopenmp | ||
PKG_CPPFLAGS = -I"./bmdscore" -I"./include" -ftree-vectorize -Os -fopenmp | ||
PKG_CPPFLAGS += -DR_COMPILATION -Wno-ignored-attributes -DNDEBUG $(shell pkg-config --cflags nlopt gsl) #-fopenmp | ||
PKG_LIBS = -lomp $(shell pkg-config --libs nlopt gsl) | ||
endif | ||
|
||
MAIN = $(wildcard *.cpp) | ||
MAIN_CODE = $(wildcard code_base/*.cpp) | ||
MAIN_CODE = $(wildcard bmdscore/*.cpp) | ||
OBJECTS = $(MAIN:.cpp=.o) $(MAIN_CODE:.cpp=.o) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters