| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/science/dwave-preprocessing/ |
Upload File : |
PORTNAME= dwave-preprocessing
DISTVERSION= 0.4.0
CATEGORIES= science # quantum-computing
MAINTAINER= yuri@FreeBSD.org
COMMENT= DWave: Preprocessing tools to aid in solving binary quadratic models
WWW= https://github.com/dwavesystems/dwave-preprocessing
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= dimod>0:science/dimod
TEST_DEPENDS= catch>0:devel/catch
USES= compiler:c++11-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= dwavesystems
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/dwave-preprocessing/fix_variables.hpp \
include/dwave-preprocessing/helper_data_structures.hpp \
include/dwave-preprocessing/helper_graph_algorithms.hpp \
include/dwave-preprocessing/implication_network.hpp \
include/dwave-preprocessing/mapping_policy.hpp \
include/dwave-preprocessing/posiform_info.hpp \
include/dwave-preprocessing/push_relabel.hpp
BINARY_ALIAS= git=true
do-install:
cd ${WRKSRC}/dwave/preprocessing/include && \
${COPYTREE_SHARE} dwave-preprocessing ${STAGEDIR}${PREFIX}/include
do-test:
@cd ${WRKSRC}/testscpp && ${SETENV} ${MAKE_ENV} ${MAKE} DIMOD="-I${LOCALBASE}/include"
.include <bsd.port.mk>