Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jean-Eric Campagne
LagSHT
Commits
2acbc31f
Commit
2acbc31f
authored
Apr 15, 2015
by
Jean-Eric Campagne
Browse files
(JEC) 15/4/15 fix typo and refresh Makefile
parent
f909f0fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+2
-1
laguerreTransform.cc
laguerreTransform.cc
+1
-1
No files found.
Makefile
View file @
2acbc31f
...
...
@@ -3,6 +3,7 @@
include
Darwin_g++_omp_make.inc
# ===== OpenBLAS ========
BLASYES
=
-DCBLAS
BLASDIR
=
/opt/local/
BLASLIB
=
$(BLASDIR)
/lib
BLASLIBN
=
-lopenblas
...
...
@@ -69,7 +70,7 @@ CXXHDR = lagsht_exceptions.h \
CPPFLAGS
+=
-I
$(SHARPINC)
CPPFLAGS
+=
$(BLASYES)
-I
$(SHARPINC)
-I
$(BLASINC)
LDFLAGS
+=
-L
$(SHARPLIB)
$(SHARPLIBN)
-L
$(BLASLIB)
$(BLASLIBN)
-lm
...
...
laguerreTransform.cc
View file @
2acbc31f
...
...
@@ -2,7 +2,7 @@
#include <iostream>
#include <algorithm> // for copy
#include <iterator> // for ostream_iterator
#idef CBLAS
S
#i
f
def CBLAS
#include <cblas.h>
//#include <cblas_openblas.h> //Darwin
#endif
...
...
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