mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
16c17beecb
Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and by community contributors. WWW: http://caffe.berkeleyvision.org/ PR: 217428 Submitted by: eric@camachat.org (maintainer) Reviewed by: mat Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10053
10 lines
315 B
Makefile
10 lines
315 B
Makefile
# %%PYTHON_LIBDIR%%
|
|
CUSTOM_CXX := %%CXX%%
|
|
CPU_ONLY := 1
|
|
BLAS := open
|
|
PYTHON_INCLUDE := %%PYTHON_INCLUDEDIR%% %%PYTHON_SITELIBDIR%%/numpy/core/include
|
|
PYTHON_LIB := %%LOCALBASE%%/lib
|
|
INCLUDE_DIRS := $(PYTHON_INCLUDE) %%LOCALBASE%%/include
|
|
LIBRARY_DIRS := $(PYTHON_LIB) %%LOCALBASE%%/lib /usr/lib
|
|
USE_PKG_CONFIG := 1
|