12 lines
290 B
Makefile
12 lines
290 B
Makefile
SUBDIR =
|
|
SUBDIR += blas
|
|
SUBDIR += cblas
|
|
SUBDIR += double-conversion
|
|
SUBDIR += lapack
|
|
SUBDIR += py-networkx,python3
|
|
SUBDIR += py-numpy,python3
|
|
SUBDIR += py-oldest-supported-numpy,python3
|
|
SUBDIR += py-pandas,python3
|
|
|
|
.include <bsd.port.subdir.mk>
|