graphics/caffe: unbreak consumers after r515313
games/pachi-game-engine: In file included from caffe.cpp:12: In file included from /usr/local/include/caffe/caffe.hpp:9: In file included from /usr/local/include/caffe/filler.hpp:13: In file included from /usr/local/include/caffe/util/math_functions.hpp:11: /usr/local/include/caffe/util/mkl_alternate.hpp:14:10: fatal error: 'cblas.h' file not found #include <cblas.h> ^~~~~~~~~ PR: 240937 Reported by: pkg-fallout
This commit is contained in:
parent
d16ac27dad
commit
7e714c09bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515616
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= caffe
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= eric@camachat.org
|
||||
@ -29,6 +29,7 @@ LIB_DEPENDS= libsnappy.so:archivers/snappy \
|
||||
libopenblas.so:math/openblas \
|
||||
libhdf5.so:science/hdf5
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${LOCALBASE}/include/cblas.h:math/cblas \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scikit-image>=0.12:graphics/py-scikit-image@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow@${PY_FLAVOR} \
|
||||
|
Loading…
Reference in New Issue
Block a user