Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
af67ece6
Commit
af67ece6
authored
Dec 15, 2017
by
lhausamm
Browse files
Remove python in configure.ac
parent
14aec30e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
af67ece6
...
...
@@ -78,40 +78,6 @@ if test "$enable_ipo" = "yes"; then
fi
fi
# Compiling with Python wrapper
#AC_ARG_WITH([python],
# [AS_HELP_STRING([--with-python=PATH],
# [Root directory of python3]
# )],
# [],
# [with_python="no"]
#)
#have_python="no"
#if test "x$with_python" != "xno"; then
# if test "x$with_python" != "xyes" -a "x$with_python" != "x"; then
# PYTHON_INCS=`$with_python/bin/python3-config --includes`
# PYTHON_LIBS=`$with_python/bin/python3-config --ldflags`
# else
# PYTHON_INCS=""
# PYTHON_LIBS=""
# fi
# OLD_CPPFLAGS="$CPPFLAGS"
# CPPFLAGS="$CPPFLAGS $PYTHON_INCS"
# have_python="yes"
# AC_SUBST([PYTHON_INCS])
# AC_SUBST([PYTHON_LIBS])
# AC_CHECK_HEADER(
# Python.h,
# AC_DEFINE([SWIFT_PYTHON_WRAPPER],1,[Enable the python wrapper]),
# AC_MSG_ERROR(something is wrong with the python library! PYTHON_INCS=$PYTHON_INCS)
# )
# CPPFLAGS="$OLD_CPPFLAGS"
#fi
# Check for MPI. Need to do this before characterising the compiler (C99 mode),
# as this changes the compiler.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment