Changeset View
Changeset View
Standalone View
Standalone View
comms/uhd/Makefile
| Show All 27 Lines | BUILD_DEPENDS= \ | ||||
| ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} | ||||
| USES= compiler:c++14-lang cmake ncurses pkgconfig \ | USES= compiler:c++14-lang cmake ncurses pkgconfig \ | ||||
| dos2unix python shebangfix | dos2unix python shebangfix | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= EttusResearch | GH_ACCOUNT= EttusResearch | ||||
| BROKEN_FreeBSD_13_aarch64= fails to configure: Could not find standard set_new_handler function | |||||
| BROKEN_FreeBSD_13_armv6= fails to configure: Could not find standard set_new_handler function | |||||
| BROKEN_FreeBSD_13_armv7= fails to configure: Could not find standard set_new_handler function | |||||
| CMAKE_SOURCE_PATH= ${WRKSRC}/host | CMAKE_SOURCE_PATH= ${WRKSRC}/host | ||||
| #CXXFLAGS_amd64= -msse2 -std=c++11 | #CXXFLAGS_amd64= -msse2 -std=c++11 | ||||
| CXXFLAGS_i386= -msse2 | CXXFLAGS_i386= -msse2 | ||||
| LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}} | LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}} | ||||
| LDFLAGS_gcc= -latomic | LDFLAGS_gcc= -latomic | ||||
| SHEBANG_GLOB= *.py *.py.in *_bist usrp_update* | SHEBANG_GLOB= *.py *.py.in *_bist usrp_update* | ||||
| Show All 34 Lines | |||||