A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adapt to the new location
[simgrid.git]
/
buildtools
/
Cmake
/
build.sh
1
#! /bin/sh
2
3
set -e
4
cd ../..
5
if [ ! -e configure ] ; then
6
./bootstrap
7
fi
8
9
if [ ! -e Makefile ] ; then
10
./configure --enable-maintainer-mode --disable-compile-optimizations
11
fi
12
13
make