From cf42f4e801581dd3a20147fc82cfa2f3a8861098 Mon Sep 17 00:00:00 2001 From: Marc DeGraef Date: Tue, 26 Nov 2024 07:34:31 -0500 Subject: [PATCH] change to a forked repository in the original object-oriented version, the set_extrap_flag() routine was private to the bspline class; this was changed to public to allow the evaluate method to extrapolate. --- projects/bspline-fortran.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/bspline-fortran.cmake b/projects/bspline-fortran.cmake index 56139db..4c858e5 100644 --- a/projects/bspline-fortran.cmake +++ b/projects/bspline-fortran.cmake @@ -10,7 +10,9 @@ set(extProjectName "BSPLINEFORTRAN") #------------------------------------------------------------------------------ set(BSPLINEFORTRAN_VERSION "7.4.0") -set(GIT_REPOSITORY_URL "https://github.com/jacobwilliams/bspline-fortran") +# we pull from a forked repository since a change was made to make the +# set_extrap_flag routine public in the object oriented version of the package... +set(GIT_REPOSITORY_URL "https://github.com/marcdegraef/bspline-fortran") message(STATUS "Building: ${extProjectName} ${BSPLINEFORTRAN_VERSION}: -DBUILD_BSPLINEFORTRAN=${BUILD_BSPLINEFORTRAN}" )