Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 0ca84f8

Browse files
arojassvntogit
authored andcommitted
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@879315 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 9acd9c7 commit 0ca84f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repos/community-x86_64/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkgbase=julia
99
pkgname=(julia julia-docs)
1010
epoch=2
1111
pkgver=1.5.3
12-
pkgrel=3
12+
pkgrel=4
1313
arch=(x86_64)
1414
pkgdesc='High-level, high-performance, dynamic programming language'
1515
url='https://julialang.org/'
@@ -42,6 +42,7 @@ prepare() {
4242

4343
build() {
4444
env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make VERBOSE=1 -C $pkgbase-$pkgver \
45+
prefix=/usr \
4546
bindir=/usr/bin \
4647
sysconfdir=/etc \
4748
USE_SYSTEM_LLVM=1 \

0 commit comments

Comments
 (0)