Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
234c4f6c
Commit
234c4f6c
authored
May 28, 2014
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce forgotten AC_MSG_RESULT statement
parent
4fd03da2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ELPA_2014.06/configure
ELPA_2014.06/configure
+3
-1
ELPA_2014.06/configure.ac
ELPA_2014.06/configure.ac
+2
-1
No files found.
ELPA_2014.06/configure
View file @
234c4f6c
...
...
@@ -6446,6 +6446,8 @@ else
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${can_use_iso_fortran_env}" >&5
$as_echo "${can_use_iso_fortran_env}" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can compile a Fortran program using MKL" >&5
$as_echo_n "checking whether we can compile a Fortran program using MKL... " >&6; }
...
...
@@ -21263,7 +21265,7 @@ ac_compiler_gnu=$ac_cv_fc_compiler_gnu
#AC_SUBST(OPT_FCFLAGS)
rm -rf modules/
rm -rf modules/
.fortran_dependencies/
mkdir modules
#gl_VISIBILITY
...
...
ELPA_2014.06/configure.ac
View file @
234c4f6c
...
...
@@ -759,6 +759,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([
[can_use_iso_fortran_env=yes],
[can_use_iso_fortran_env=no]
)
AC_MSG_RESULT([${can_use_iso_fortran_env}])
dnl check whether one can link with specified MKL (desired method)
AC_MSG_CHECKING([whether we can compile a Fortran program using MKL])
...
...
@@ -1452,7 +1453,7 @@ AC_SUBST(BLACS_FCFLAGS)
#AC_SUBST(OPT_FCFLAGS)
rm -rf modules/
rm -rf modules/
.fortran_dependencies/
mkdir modules
#gl_VISIBILITY
...
...
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