Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
33aa53e0fd
commit
fd17c31956
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556911
@ -13,13 +13,14 @@ COMMENT= Toolkit for building randomized language models
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
|
||||
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
|
||||
|
||||
BROKEN_aarch64= fails to compile: invalid output constraint =a in assembler
|
||||
BROKEN_armv6= fails to compile: invalid output constraint =a in assembler
|
||||
BROKEN_powerpc64= fails to compile: 'itr' does not name a type
|
||||
BROKEN_riscv64= fails to compile: invalid output constraint =a in assembler
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
|
||||
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
|
||||
|
||||
USES= autoreconf libtool localbase:ldflags compiler:c++11-lang
|
||||
USE_CXXSTD= gnu++98
|
||||
|
Loading…
Reference in New Issue
Block a user