-
Notifications
You must be signed in to change notification settings - Fork 20
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
Harry Hughes
committed
Nov 17, 2023
1 parent
3ea91f1
commit 5ef6945
Showing
14 changed files
with
1,413 additions
and
12 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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
cmake -S $1 -B $2 -G Ninja \ | ||
-D NETCDF_C_HEADERS_DIR="/home/5n4/workshop/tree/build/external/netcdf-c-install/include" \ | ||
-D NETCDF_CXX_HEADERS_DIR="/home/5n4/workshop/tree/build/external/netcdf-cxx4-install/include" \ | ||
-D NETCDF_C_SHARED_LIB_DIR="/home/5n4/workshop/tree/build/external/netcdf-c-install/lib" \ | ||
-D NETCDF_CXX_SHARED_LIB_DIR="/home/5n4/workshop/tree/build/external/netcdf-cxx4-install/lib" \ | ||
-D LIBCONFIG_C_HEADERS_DIR="/home/5n4/workshop/tree/build/external/libconfig_install/include" \ | ||
-D LIBCONFIG_CXX_HEADERS_DIR="/home/5n4/workshop/tree/build/external/libconfig_install/include" \ | ||
-D LIBCONFIG_C_LIB_DIR="/home/5n4/workshop/tree/build/external/libconfig_install/lib" \ | ||
-D LIBCONFIG_CXX_LIB_DIR="/home/5n4/workshop/tree/build/external/libconfig_install/lib" \ | ||
-D NETCDF_C_HEADERS_DIR="/home/5n4/workshop/tree/external/netcdf-c-install/include" \ | ||
-D NETCDF_CXX_HEADERS_DIR="/home/5n4/workshop/tree/external/netcdf-cxx4-install/include" \ | ||
-D NETCDF_C_SHARED_LIB_DIR="/home/5n4/workshop/tree/external/netcdf-c-install/lib" \ | ||
-D NETCDF_CXX_SHARED_LIB_DIR="/home/5n4/workshop/tree/external/netcdf-cxx4-install/lib" \ | ||
-D LIBCONFIG_C_HEADERS_DIR="/home/5n4/workshop/tree/external/libconfig_install/include" \ | ||
-D LIBCONFIG_CXX_HEADERS_DIR="/home/5n4/workshop/tree/external/libconfig_install/include" \ | ||
-D LIBCONFIG_C_LIB_DIR="/home/5n4/workshop/tree/external/libconfig_install/lib" \ | ||
-D LIBCONFIG_CXX_LIB_DIR="/home/5n4/workshop/tree/external/libconfig_install/lib" \ | ||
&> $2/cmake_output.txt ; | ||
|
||
cmake --build $2 -- -j 2 &> $2/build_output.txt | ||
cmake --build $2 -- -j 0 &> $2/build_output.txt |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.