-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from dengwirda/dev
Update bindings for jigsaw-0.9.14.xx
- Loading branch information
Showing
23 changed files
with
1,554 additions
and
1,420 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# jigsaw things | ||
* | ||
!/**/ | ||
!*.* | ||
*.exe | ||
*.dll | ||
*.so | ||
*.dylib | ||
cache/*.log | ||
cache/*.jig | ||
cache/*.msh | ||
|
||
# python things | ||
__pycache__/ | ||
*.py[cod] | ||
|
||
jigsawpy/_bin/ | ||
jigsawpy/_lib/ | ||
|
||
build/ | ||
develop-eggs/ | ||
dist/ | ||
eggs/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
|
||
# data files, etc | ||
*.nc | ||
*.grd | ||
*.vtk | ||
*.off | ||
*.obj | ||
*.stl |
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,29 @@ | ||
language: python | ||
python: | ||
- 3.6 | ||
- 3.7 | ||
- 3.8 | ||
|
||
os: linux | ||
addons: | ||
apt: | ||
sources: | ||
- ubuntu-toolchain-r-test | ||
packages: | ||
- gcc-8 | ||
- g++-8 | ||
|
||
script: | ||
- export CC=gcc-8 | ||
- export CXX=g++-8 | ||
- python3 setup.py build_external | ||
- python3 setup.py install | ||
- python3 example.py --IDnumber=0 | ||
- python3 example.py --IDnumber=1 | ||
- python3 example.py --IDnumber=2 | ||
- python3 example.py --IDnumber=3 | ||
- python3 example.py --IDnumber=4 | ||
- python3 example.py --IDnumber=5 | ||
- python3 example.py --IDnumber=6 | ||
- python3 example.py --IDnumber=7 | ||
- python3 example.py --IDnumber=8 |
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,9 @@ | ||
# cpp binaries | ||
* | ||
!/**/ | ||
!*.* | ||
*.exe | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
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
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
Oops, something went wrong.