Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phylo
fastcodeml
Commits
6c02fe2b
Commit
6c02fe2b
authored
May 24, 2016
by
omid
Browse files
test
parent
a26fed3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
6c02fe2b
...
...
@@ -30,11 +30,11 @@ INSTALLATION:
In the make.inc file set BLASLIB to the full path to the generated BLAS
e.g. BLASLIB = path/to/installation/blas/lib/libopenblas.a
Run $make
Two libraries will be created: lapack.a and tmglib.a.
Two libraries will be created:
lib
lapack.a and
lib
tmglib.a.
Put them inside a folder and merge them:
unpack in a new directory
ar x liblapack.a
ar x tmglib.a
ar x
lib
tmglib.a
merge all produced object files into a new LAPACK library
ar rcs liblapack.a *.o
copy the liblapack.a into the library folder
...
...
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