Skip to content

Commit

Permalink
trying to remove CRLF from configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
sn248 committed Dec 14, 2024
1 parent b6aa4ef commit 3073bf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ rm -f configure~
rm -f Makevars
rm -f config.log
rm -f config.status

12 changes: 4 additions & 8 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
need_to_build="yes"
## So do we need to build
if test x"${need_to_build}" != x"no"; then
# Extract the first word of "cmake", so it can be a program name with args.
# Extract the first word of "cmake", so it can be a program name with args.
set dummy cmake; ac_word=$2
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
printf %s "checking for $ac_word... " >&6; }
Expand Down Expand Up @@ -3239,14 +3239,10 @@ fi
if test x"${have_cmake}" == x"no"; then
. src/scripts/cmake_config.sh
##if test -z "${CMAKE_BIN}"; then
## also error to end configure here
#AC_MSG_ERROR([Could not find 'cmake'.])
##fi
fi
tools/cmake_call.sh
sundialr_include=""
sundialr_libs="-lsundials_idas -lsundials_cvodes -lsundials_nvecserial -lsundials_sunlinsoldense -lsundials_sunmatrixdense -lsundials_core -lm"
tools/cmake_call.sh
sundialr_include=""
sundialr_libs="-lsundials_idas -lsundials_cvodes -lsundials_nvecserial -lsundials_sunlinsoldense -lsundials_sunmatrixdense -lsundials_core -lm"
fi
## Now use all the values
SUNDIALR_CPPFLAGS="$sundialr_include"
Expand Down
4 changes: 2 additions & 2 deletions inst/include/sundials/sundials_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@

#define SUN_BUILD_TYPE "Release"

#define SUN_JOB_ID "20241213145440"
#define SUN_JOB_START_TIME "20241213145440"
#define SUN_JOB_ID "20241213212243"
#define SUN_JOB_START_TIME "20241213212243"

#define SUN_TPL_LIST ""
#define SUN_TPL_LIST_SIZE ""
Expand Down

0 comments on commit 3073bf7

Please sign in to comment.