-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "mkmf: Updated to latest version on master branch"
- This reverts commit 2beb300. - I moved mkmf forward to add the "-l" option to list_paths which works on all interactive systems but for some reason this version of mkmf needs libnetcdff-dev which is not available on Travis-CI trusty image.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mkmf
updated
29 files
+0 −19 | .travis.yml | |
+0 −2 | README.md | |
+78 −168 | bin/list_paths | |
+30 −54 | bin/mkmf | |
+0 −0 | t/src/docs.html | |
+0 −37 | t/src/file1.F90 | |
+0 −9 | t/src/file2.f90 | |
+0 −5 | t/src/file3.f | |
+0 −7 | t/src/file4.c | |
+0 −9 | t/src/file4.inc | |
+0 −9 | t/src/file5.f90 | |
+0 −1 | t/src/file6.f90 | |
+0 −9 | t/src/file6.linked | |
+0 −43 | t/t000-basic.sh | |
+0 −57 | t/t001-list_paths.sh | |
+0 −61 | t/t002-git-version-string.sh | |
+0 −215 | t/t003-mkmf.sh | |
+0 −4 | t/templates/test_gnu.mk | |
+26 −133 | templates/linux-gnu.mk | |
+27 −139 | templates/linux-intel.mk | |
+45 −138 | templates/ncrc-cray.mk | |
+30 −126 | templates/ncrc-gnu.mk | |
+46 −123 | templates/ncrc-intel.mk | |
+189 −0 | templates/ncrc-pathscale.mk | |
+44 −129 | templates/ncrc-pgi.mk | |
+174 −0 | templates/nescc-intel.mk | |
+175 −0 | templates/olcf-gnu.mk | |
+192 −0 | templates/olcf-intel.mk | |
+49 −157 | templates/theia-intel.mk |