Skip to content

Commit

Permalink
Better build configuration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fteicht committed Sep 5, 2017
1 parent 94ce6df commit 69e32c3
Show file tree
Hide file tree
Showing 13 changed files with 5,654 additions and 1,090 deletions.
379 changes: 255 additions & 124 deletions INSTALL

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = subdir-objects
# -Wall\
# -g -ggdb -O3

ACLOCAL_AMFLAGS = -I m4

bin_PROGRAMS = plannerclient plannertest

plannerclient_LDADD = -lmdpsim -lm ${CUDD_LDFLAGS}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ echo "Compiling ppddl-planner"
echo -e "\e[31mEnter the python version for which you want to compile the python wrapper ('none' if you do not want to compile the python bindings):\e[0m"
read pythoncompatibility
autoreconf -f -i
./configure --prefix=$PREFIX --with-cudd-prefix=$CUDD --with-mdpsim-prefix=$MDPSIM --with-ff-command=$(readlink -f ${FF}/ff) --with-mff-command=$(readlink -f ${MFF}/ff) CFLAGS="-O3 -DNDEBUG" CXXFLAGS="-O3 -DNDEBUG" PYTHON_VERSION="$pythoncompatibility"
./configure --prefix=$PREFIX --with-cudd-prefix=$CUDD --with-mdpsim-prefix=$MDPSIM --with-ff-command=$(readlink -f ${FF}/ff) --with-mff-command=$(readlink -f ${MFF}/ff) CFLAGS="-O3 -DNDEBUG" CXXFLAGS="-O3 -DNDEBUG" PYTHON_VERSION="$pythoncompatibility" LIBS="-ldl -lpthread -lutil"
make -j$(($numcpu + 1))

if [ "$installpolicy" == "prefix" ]; then
Expand Down
1 change: 0 additions & 1 deletion config.guess

This file was deleted.

Loading

0 comments on commit 69e32c3

Please sign in to comment.