Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gebhardt, Albrecht
akima
Commits
40ec7d09
Commit
40ec7d09
authored
Aug 17, 2021
by
Albrecht Gebhardt
Browse files
change F77 to FC in configure scripts
parent
6d1d38ed
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
configure
View file @
40ec7d09
This diff is collapsed.
Click to expand it.
configure.ac
View file @
40ec7d09
...
...
@@ -15,10 +15,10 @@ if test -z "${R_HOME}" ; then
fi
CC=`"${R_HOME}/bin/R" CMD config CC`
F
77
=`"${R_HOME}/bin/R" CMD config F
77
`
F
C
=`"${R_HOME}/bin/R" CMD config F
C
`
AC_PROG_CC
AC_PROG_F
77
AC_PROG_F
C
CHECK_SUN_COMPILER_OPTIMIZATION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment