-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris
authored and
Chris
committed
Jun 9, 2015
1 parent
9e8f715
commit 49d0466
Showing
2 changed files
with
16 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 |
---|---|---|
|
@@ -20,7 +20,3 @@ before_script: | |
|
||
script: | ||
- cmake . && make | ||
|
||
matrix: | ||
allow_failures: | ||
- compiler: clang |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# ParMGridGen [![Build Status](https://travis-ci.org/ccopsey/ParMGridGen.svg?branch=master)](https://travis-ci.org/ccopsey/ParMGridGen) | ||
|
||
This is a fork of ParMGridGen(http://www-users.cs.umn.edu/~moulitsa/software.html) with CMake build system. | ||
|
||
To build ParMGridGen: | ||
|
||
1. Download or clone the sources from `http://github.com/ccopsey/ParMGridGen` | ||
2. `cd` into `ParMGridGen` | ||
3. `cmake .` | ||
4. `make install` | ||
|
||
To build individual components of the library, for example only `mgridgen`, use: | ||
|
||
`make mgridgen install` | ||
|
||
Advanced options are available via CMake. |