Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Martin Kurečka
Plumed AlphaFold
Commits
9c228acb
There was an error fetching the commit references. Please try again later.
Commit
9c228acb
authored
11 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
Fixed configuration file)
(suggested by Toni Giorgino)
parent
1feca18e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configurations/linux.xcompile.mingw32
+2
-3
2 additions, 3 deletions
configurations/linux.xcompile.mingw32
with
2 additions
and
3 deletions
configurations/linux.xcompile.mingw32
+
2
−
3
View file @
9c228acb
...
...
@@ -11,7 +11,6 @@
# Requirements
# - A recent mingw32 distribution (tested on FC17)
# - A cross-compiled versions of laplack and blas (tested 3.4.2)
# Notes
# - Shared libraries are disabled. This means that the "runtime"
...
...
@@ -26,8 +25,8 @@
LIBS=
#
TG Add the path to your cross-compiled
lapack
DYNAMIC_LIBS=-
L../lapack-3.4.2/build/lib -lstdc++ -llapack -lblas
-lgfortran
#
GB in this branch it is not necessary to link external
lapack
/blas
DYNAMIC_LIBS=-
lstdc++
-lgfortran
DOUBLEPRECISION=-fdefault-real-8
# TG - disabling DLOPEN (but can be implemented)
...
...
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