Skip to content

Commit

Permalink
.gitignore changes and remove AlphaHouse from CMake as AlphaPhase doe…
Browse files Browse the repository at this point in the history
…sn’t currently use it.
  • Loading branch information
MONEY Daniel authored and MONEY Daniel committed Nov 17, 2016
1 parent 8c24fc7 commit c5a664b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ bin/
*.obj
*.pdf
AlphaPhase*1*
CMakeFiles/
lib/
CMakeCache.txt
MakeFile
cmake_install.cmake
compile_commands.json
nbproject/
Makefile

4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ endif(${USE_HDF5})
# RELEASE, and TESTING. You should review this file and make sure the flags
# are to your liking.
INCLUDE(${CMAKE_MODULE_PATH}/SetFortranFlags.cmake)
SET(SRCAH ../alphahouse/src/)
#SET(SRCAH ../alphahouse/src/)

# Have the .mod files placed in the lib folder
SET(CMAKE_Fortran_MODULE_DIRECTORY ${LIB})

# The source for the BAR library and have it placed in the lib folder
ADD_SUBDIRECTORY(${SRCAH} ${LIB}/AH)
#ADD_SUBDIRECTORY(${SRCAH} ${LIB}/AH)

# TODO add tests to correct location
ADD_SUBDIRECTORY(${SRCALPHAPHASE} ${BIN})
Expand Down

0 comments on commit c5a664b

Please sign in to comment.