Skip to content

Commit

Permalink
biology/bolt-lmm: remove unnecessary flags for powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 17, 2022
1 parent 291fef3 commit b48c881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biology/bolt-lmm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ INSTALL_WRKSRC= ${WRKDIR}/${DISTNAME}/src
CXXFLAGS_i386= -DUSE_SSE -msse -msse2
CXXFLAGS_amd64= -DUSE_SSE
CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -mvsx
CXXFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS -mvsx
MAKE_ARGS= BOOST_INSTALL_DIR=${LOCALBASE} \
NLOPT_INSTALL_DIR=${LOCALBASE} \
ZLIB_STATIC_DIR=/usr/lib \
Expand Down

0 comments on commit b48c881

Please sign in to comment.