Skip to content

Commit

Permalink
Disable python bindings
Browse files Browse the repository at this point in the history
Also remove perl bindings option since that option no longer
exists.

Disable python bindings because we do not use them and currently
they do not work on macOS because clang is used to compile the
C++ files and Apple Clang no longer allows that.
  • Loading branch information
timj committed Mar 29, 2019
1 parent 49dbc7c commit 842effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ups/eupspkg.cfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config()
rm -rf ${BUILDDIR}
mkdir ${BUILDDIR}
cd ${BUILDDIR}
cmake ${PKGDIR} -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=${PREFIX} -DENABLE_PERL=FALSE
cmake ${PKGDIR} -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=${PREFIX} -DENABLE_PYTHON=FALSE
}

build()
Expand Down

0 comments on commit 842effc

Please sign in to comment.