-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert GitHub organisation name to AtChem. (#252)
Revert GitHub organisation name to AtChem.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,11 @@ ifeq ($(TRAVIS),true) | |
ifeq ($(TRAVIS_OS_NAME),linux) | ||
# if linux, pass gfortran and apt-get install location for cvode | ||
FORT_COMP = gfortran | ||
CVODELIB = /home/travis/build/AtChem2/AtChem2/cvode/lib | ||
CVODELIB = /home/travis/build/AtChem/AtChem2/cvode/lib | ||
else | ||
# if macOS, then pass homebrew gfortran and self-built cvode | ||
FORT_COMP = /usr/local/Cellar/[email protected]/4.8.5/bin/gfortran-4.8 | ||
CVODELIB = /Users/travis/build/AtChem2/AtChem2/cvode/lib | ||
CVODELIB = /Users/travis/build/AtChem/AtChem2/cvode/lib | ||
endif | ||
# else it's not on Travis, so check the OS, and then pass local path to cvode | ||
else | ||
|
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