j: enable OpenMP support

Closes: #18959 [via git-merge-pr]
This commit is contained in:
B. Wilson 2020-02-12 15:43:45 +09:00 committed by Piraty
parent ed6f318200
commit 7b4b2ff4eb

View file

@ -4,7 +4,7 @@ _vmaj=901
_vmin=e
_vrel=${_vmaj}-release${_vmin:+-}${_vmin}
version=${_vmaj}.${_vmin}
revision=4
revision=5
archs="aarch64* armv[67]* i686* x86_64*"
wrksrc="jsource-j${_vrel}"
makedepends="libedit-devel libgomp-devel libomp-devel"
@ -64,6 +64,7 @@ do_configure() {
# the correct one on the target machine.
do_build() {
cd make2 # The build scripts assume this is $PWD
export USE_OPENMP=1
jplatform=${_jpl} j64x=${_jsz} ./build_jconsole.sh
jplatform=${_jpl} j64x=${_jsz} ./build_libj.sh