|
Lines 16-22
Link Here
|
| 16 |
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING |
16 |
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING |
| 17 |
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD |
17 |
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD |
| 18 |
|
18 |
|
| 19 |
BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Sparse:math/eigen3 |
|
|
| 20 |
LIB_DEPENDS= libxml2.so:textproc/libxml2 \ |
19 |
LIB_DEPENDS= libxml2.so:textproc/libxml2 \ |
| 21 |
libpcre.so:devel/pcre \ |
20 |
libpcre.so:devel/pcre \ |
| 22 |
libcurl.so:ftp/curl \ |
21 |
libcurl.so:ftp/curl \ |
|
Lines 27-34
Link Here
|
| 27 |
libamd.so:math/suitesparse |
26 |
libamd.so:math/suitesparse |
| 28 |
RUN_DEPENDS= xdg-open:devel/xdg-utils |
27 |
RUN_DEPENDS= xdg-open:devel/xdg-utils |
| 29 |
|
28 |
|
| 30 |
USES= compiler:c++17-lang cpe desktop-file-utils fortran \ |
29 |
USES= compiler:c++17-lang cpe desktop-file-utils eigen:3,build \ |
| 31 |
gettext gmake gnome iconv:wchar_t libtool \ |
30 |
fortran gettext gmake gnome iconv:wchar_t libtool \ |
| 32 |
localbase ncurses pathfix pkgconfig shared-mime-info |
31 |
localbase ncurses pathfix pkgconfig shared-mime-info |
| 33 |
USE_LOCALE= en_US.UTF-8 |
32 |
USE_LOCALE= en_US.UTF-8 |
| 34 |
|
33 |
|