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
72f5ae1d
Commit
72f5ae1d
authored
Nov 24, 2015
by
Jean-Eric Campagne
Browse files
(JEC) 24/11/15 adapt for Linux/Mac
parent
8c406946
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile
Makefile
+4
-1
No files found.
Makefile
View file @
72f5ae1d
...
...
@@ -25,6 +25,8 @@ else
BLASYES
=
BLASLIBN
=
endif
BOOSTDIR
=
BOOSTINC
=
endif
...
...
@@ -83,11 +85,12 @@ endif
echo
"SHARP directory not defined properly:
$SHARPDIR
"
;
\
exit
1
;
\
fi
;
ifeq
($(MACH), Linux)
@
if
[
!
-d
"
$(BOOSTDIR)
"
]
;
then
\
echo
"BOOST directory not defined properly:
$BOOSTDIR
"
;
\
exit
1
;
\
fi
;
endif
.PHONY
:
tidy
tidy
:
...
...
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