Move science/py-onnx -> math/py-onnx
math is a more appropriate category, but neural networks is really an emerging field in itself and it probably deserves the category of its own.
This commit is contained in:
parent
79b70ea70b
commit
a02a0f4432
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509984
1
MOVED
1
MOVED
@ -12882,3 +12882,4 @@ palm/jpilot-picsnvideos|comms/jpilot-picsnvideos|2019-08-20|Move to more applica
|
||||
devel/linux-c6-libelf|devel/linux-c6-elfutils-libelf|2019-08-25|Moved to match package name
|
||||
devel/linux-c7-libelf|devel/linux-c7-elfutils-libelf|2019-08-25|Moved to match package name
|
||||
security/linux-c7-openssl||2019-08-25|Merged into linux_base-c7
|
||||
science/py-onnx|math/py-onnx|2019-08-26|Move to a more appropriate category
|
||||
|
@ -739,6 +739,7 @@
|
||||
SUBDIR += py-numexpr
|
||||
SUBDIR += py-numpy
|
||||
SUBDIR += py-nzmath
|
||||
SUBDIR += py-onnx
|
||||
SUBDIR += py-osqp
|
||||
SUBDIR += py-pandas
|
||||
SUBDIR += py-pandas-datareader
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
PORTNAME= onnx
|
||||
DISTVERSION= 1.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -17,7 +17,7 @@ BUILD_DEPENDS= cmake:devel/cmake \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
||||
${PY_TYPING} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
|
||||
@ -26,4 +26,7 @@ USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
BINARY_ALIAS= python=${PYTHON_CMD}
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/onnx/onnx_cpp2py_export.so
|
||||
|
||||
.include <bsd.port.mk>
|
@ -252,7 +252,6 @@
|
||||
SUBDIR += py-netCDF4
|
||||
SUBDIR += py-obspy
|
||||
SUBDIR += py-oddt
|
||||
SUBDIR += py-onnx
|
||||
SUBDIR += py-openpiv
|
||||
SUBDIR += py-paida
|
||||
SUBDIR += py-paramz
|
||||
|
Loading…
Reference in New Issue
Block a user