Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
3cb7c92e
Commit
3cb7c92e
authored
10 months ago
by
Mulas, Giacomo
Browse files
Options
Downloads
Patches
Plain Diff
fix typo in make.inc
parent
496a1092
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
src/make.inc
+2
-2
2 additions, 2 deletions
src/make.inc
with
2 additions
and
2 deletions
src/make.inc
+
2
−
2
View file @
3cb7c92e
...
@@ -74,7 +74,7 @@ override LAPACK_LDFLAGS=-L$(MKLROOT)/lib -Wl,--no-as-needed -lmkl_intel_ilp64 -l
...
@@ -74,7 +74,7 @@ override LAPACK_LDFLAGS=-L$(MKLROOT)/lib -Wl,--no-as-needed -lmkl_intel_ilp64 -l
else
else
override
LAPACK_LDFLAGS
=-
L
$
(
MKLROOT
)
/
lib
-
Wl
,
--
no
-
as
-
needed
-
lmkl_intel_lp64
-
lmkl_gnu_thread
-
lmkl_core
-
lgomp
-
lpthread
-
lm
-
ldl
override
LAPACK_LDFLAGS
=-
L
$
(
MKLROOT
)
/
lib
-
Wl
,
--
no
-
as
-
needed
-
lmkl_intel_lp64
-
lmkl_gnu_thread
-
lmkl_core
-
lgomp
-
lpthread
-
lm
-
ldl
endif
endif
endif
LAPACK_LDFLAGS
endif
#
LAPACK_LDFLAGS
# the next else refers to USE_MKL
# the next else refers to USE_MKL
else
#this is for when USE_MKL is _not_ defined
else
#this is for when USE_MKL is _not_ defined
ifndef
LAPACK_INCLUDE
ifndef
LAPACK_INCLUDE
...
@@ -88,7 +88,7 @@ override LAPACK_LDFLAGS=-llapacke64
...
@@ -88,7 +88,7 @@ override LAPACK_LDFLAGS=-llapacke64
else
else
override
LAPACK_LDFLAGS
=-
llapacke
override
LAPACK_LDFLAGS
=-
llapacke
endif
endif
endif
LAPACK_LDFLAGS
endif
#
LAPACK_LDFLAGS
# the next endif is for USE_MKL
# the next endif is for USE_MKL
endif
endif
#the next endif is for USE_LAPACK
#the next endif is for USE_LAPACK
...
...
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