Skip to content

Commit

Permalink
math/flint2: Add explicit Python build dependency (D29353)
Browse files Browse the repository at this point in the history
This unbreaks the build when using devel/samurai.

It previously got it through ninja which has a run dependency on
Python.

CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218 (message):
  Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:37 (find_package)

http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/flint2-2.7.1.log

PR:		254678
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Apr 7, 2021
1 parent e9c7d2b commit cc57c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/flint2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libopenblas.so:math/openblas

USES= cmake compiler:c++11-lang
USES= cmake compiler:c++11-lang python:build
USE_GITHUB= yes
GH_ACCOUNT= wbhart
USE_LDCONFIG= yes
Expand Down

0 comments on commit cc57c3d

Please sign in to comment.