Skip to content

Commit

Permalink
updates ReadMe.md file to include bspline-fortran package
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdegraef committed Nov 21, 2024
1 parent 400c67c commit 21bc617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Git verison 2.x is required.
| Json-Fortran | 4.2.1 | Compiled from source on GitHub |
| Eigen | 3.3.5 | Compiled from Source |
| Qt 5 | 5.12.4 | Precompiled Binaries from [www.qt.io](http://download.qt.io) |
| bspline-fortran | 7.4.0 | Compiled from Source on GitHub (added 11/21/2024) |

## macOS/Linux Instructions ##

Expand Down
2 changes: 1 addition & 1 deletion projects/bspline-fortran.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ FILE(APPEND ${EMsoftOO_SDK_FILE} "#---------------------------------------------
FILE(APPEND ${EMsoftOO_SDK_FILE} "# BSPLINEFORTRAN Library Location\n")
if(APPLE)
FILE(APPEND ${EMsoftOO_SDK_FILE} "set(BSPLINEFORTRAN_INSTALL \"\${EMsoftOO_SDK_ROOT}/${extProjectName}-${BSPLINEFORTRAN_VERSION}-\${BUILD_TYPE}\" CACHE PATH \"\")\n")
FILE(APPEND ${EMsoftOO_SDK_FILE} "set(BSPLINEFORTRAN_DIR \"\${EMsoftOO_SDK_ROOT}/${extProjectName}-${BSPLINEFORTRAN_VERSION}-\${BUILD_TYPE}/lib/cmake/${extProjectName}-${FC_NAME}-${BSPLINEFORTRAN_VERSION}\" CACHE PATH \"\")\n")
FILE(APPEND ${EMsoftOO_SDK_FILE} "set(BSPLINEFORTRAN_DIR \"\${EMsoftOO_SDK_ROOT}/${extProjectName}-${BSPLINEFORTRAN_VERSION}-\${BUILD_TYPE}/lib\" CACHE PATH \"\")\n")
FILE(APPEND ${EMsoftOO_SDK_FILE} "set(${extProjectName}-${FC_NAME}_DIR \"\${BSPLINEFORTRAN_DIR}\" CACHE PATH \"\")\n")
elseif(MSVC_IDE)
FILE(APPEND ${EMsoftOO_SDK_FILE} "set(BSPLINEFORTRAN_INSTALL \"\${EMsoftOO_SDK_ROOT}/${extProjectName}-${BSPLINEFORTRAN_VERSION}\" CACHE PATH \"\")\n")
Expand Down

0 comments on commit 21bc617

Please sign in to comment.