Skip to content

Commit

Permalink
science/libecpint: 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.

-- Could NOT find Python (missing: Python_EXECUTABLE Interpreter)
CMake Error at src/CMakeLists.txt:22 (file):
  file failed to open for reading (No such file or directory):

    /wrkdirs/usr/ports/science/libecpint/work/.build/src/qlist.txt

CMake Error at src/CMakeLists.txt:24 (add_custom_command):
  add_custom_command Wrong syntax.  A TARGET or OUTPUT must be specified.

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

PR:		254678
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Apr 7, 2021
1 parent cc57c3d commit 0f053e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/libecpint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libpugixml.so:textproc/pugixml

USES= cmake compiler:c++11-lang
USES= cmake compiler:c++11-lang python:build
USE_LDCONFIG= yes

USE_GITHUB= yes
Expand Down

0 comments on commit 0f053e7

Please sign in to comment.