This repository was archived by the owner on Aug 28, 2024. It is now read-only.
-
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.
Major restructuring of build system. Switched to scikit-build-core fo…
…r futureproofing, which means getting rid of setup.py and relying on pyproject.toml. Working on making the Linux build more efficient
- Loading branch information
MintoDA1
authored and
MintoDA1
committed
Sep 7, 2023
1 parent
3357312
commit 2eba89b
Showing
15 changed files
with
1,967 additions
and
122 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
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 |
---|---|---|
|
@@ -48,6 +48,3 @@ if [ $? -ne 0 ]; then | |
printf "hdf5 could not be compiled.\n" | ||
exit 1 | ||
fi | ||
|
||
make distclean | ||
|
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 |
---|---|---|
|
@@ -44,6 +44,4 @@ fi | |
if [ $? -ne 0 ]; then | ||
printf "netcdf-c could not be compiled."\n | ||
exit 1 | ||
fi | ||
|
||
make distclean | ||
fi |
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 |
---|---|---|
|
@@ -41,7 +41,4 @@ fi | |
if [ $? -ne 0 ]; then | ||
printf "netcdf-fortran could not be compiled.\n" | ||
exit 1 | ||
fi | ||
|
||
make distclean | ||
|
||
fi |
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 |
---|---|---|
|
@@ -38,6 +38,4 @@ fi | |
if [ $? -ne 0 ]; then | ||
printf "zlib could not be compiled.\n" | ||
exit 1 | ||
fi | ||
|
||
make distclean | ||
fi |
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.