Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake -- Possibility to configure, compile, install and package HOS-NWT with cmake #1

Merged
merged 2 commits into from
Jan 22, 2015

Conversation

Gjacquenot
Copy link
Contributor

This branch adds the possibility to configure, compile, install and package HOS-NWT with cmake

Some modifications have been added to the code, so that it compiles with Gfortran 4.9.2 under MinGW 32 Bits

From cmake directory, it is possible to build the project with the following commands

mkdir -p build
cd build
cmake .. -G"Unix Generator" -DCMAKE_BUILD_TYPE=Release
make
make install

If a path to FFTW or Lapack library has to be given, one can call cmake with the following arguments
-DFFTW_ROOT=/path/to/fftw and -DLAPACK_ROOT=/path/to/lapack

gducrozet added a commit that referenced this pull request Jan 22, 2015
Cmake -- Possibility to configure, compile, install and package HOS-NWT with cmake
@gducrozet gducrozet merged commit a35be6d into LHEEA:master Jan 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants