Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elpa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Ohlmann
elpa
Commits
cc703a4c
Commit
cc703a4c
authored
11 years ago
by
Lorenz Huedepohl
Browse files
Options
Downloads
Patches
Plain Diff
Adapt test project to earlier version string change
parent
15537712
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ELPA_2014.06/test_project/configure.ac
+2
-2
2 additions, 2 deletions
ELPA_2014.06/test_project/configure.ac
with
2 additions
and
2 deletions
ELPA_2014.06/test_project/configure.ac
+
2
−
2
View file @
cc703a4c
...
...
@@ -39,8 +39,8 @@ AM_PROG_AS
# Here comes the ELPA specific part
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([ELPA],[elpa-2014.06
.000
],[],[AC_MSG_ERROR(["Need elpa-2014.06
.000
"])])
PKG_CHECK_VAR([ELPA_FCFLAGS],[elpa-2014.06
.000
],[fcflags])
PKG_CHECK_MODULES([ELPA],[elpa-2014.06],[],[AC_MSG_ERROR(["Need elpa-2014.06"])])
PKG_CHECK_VAR([ELPA_FCFLAGS],[elpa-2014.06],[fcflags])
AC_LANG([Fortran])
m4_include([m4/ax_prog_fc_mpi.m4])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment