parent
ed6f318200
commit
7b4b2ff4eb
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ _vmaj=901
|
||||||
_vmin=e
|
_vmin=e
|
||||||
_vrel=${_vmaj}-release${_vmin:+-}${_vmin}
|
_vrel=${_vmaj}-release${_vmin:+-}${_vmin}
|
||||||
version=${_vmaj}.${_vmin}
|
version=${_vmaj}.${_vmin}
|
||||||
revision=4
|
revision=5
|
||||||
archs="aarch64* armv[67]* i686* x86_64*"
|
archs="aarch64* armv[67]* i686* x86_64*"
|
||||||
wrksrc="jsource-j${_vrel}"
|
wrksrc="jsource-j${_vrel}"
|
||||||
makedepends="libedit-devel libgomp-devel libomp-devel"
|
makedepends="libedit-devel libgomp-devel libomp-devel"
|
||||||
|
@ -64,6 +64,7 @@ do_configure() {
|
||||||
# the correct one on the target machine.
|
# the correct one on the target machine.
|
||||||
do_build() {
|
do_build() {
|
||||||
cd make2 # The build scripts assume this is $PWD
|
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_jconsole.sh
|
||||||
jplatform=${_jpl} j64x=${_jsz} ./build_libj.sh
|
jplatform=${_jpl} j64x=${_jsz} ./build_libj.sh
|
||||||
|
|
Loading…
Reference in a new issue