[arch-commits] Commit in julia/repos/community-x86_64 (4 files)

Alexander Rødseth arodseth at archlinux.org
Tue Aug 26 12:10:22 UTC 2014


    Date: Tuesday, August 26, 2014 @ 14:10:22
  Author: arodseth
Revision: 117903

archrelease: copy trunk to community-x86_64

Added:
  julia/repos/community-x86_64/PKGBUILD
    (from rev 117902, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
    (from rev 117902, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

----------------+
 PKGBUILD       |  168 +++++++++++++++++++++++++++----------------------------
 sysfix.install |   16 ++---
 2 files changed, 91 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-26 11:52:24 UTC (rev 117902)
+++ PKGBUILD	2014-08-26 12:10:22 UTC (rev 117903)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Lex Black <autumn-wind at web dot de>
-# Contributor: Michael Jakl <jakl.michael at gmail.com>
-# Contributor: devmotion <nospam-archlinux.org at devmotion.de>
-
-pkgname=julia
-pkgver=0.3.0
-pkgrel=1
-epoch=2
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org'
-license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-source=("git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-}")
-install=sysfix.install
-sha256sums=('SKIP')
-
-prepare() {
-  # Fix for FS#40736
-  [ $CARCH != x86_64 ] || (setconf "$pkgname/Make.inc" JULIA_CPU_TARGET core2)
-}
-
-build() {
-  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-    USE_SYSTEM_LLVM=0 \
-    USE_SYSTEM_LIBUNWIND=1 \
-    USE_SYSTEM_READLINE=0 \
-    USE_SYSTEM_PCRE=1 \
-    USE_SYSTEM_LIBM=1 \
-    USE_SYSTEM_OPENLIBM=0 \
-    USE_SYSTEM_OPENSPECFUN=0 \
-    USE_SYSTEM_BLAS=1 \
-    USE_SYSTEM_LAPACK=1 \
-    USE_SYSTEM_FFTW=1 \
-    USE_SYSTEM_GMP=1 \
-    USE_SYSTEM_MPFR=1 \
-    USE_SYSTEM_ARPACK=1 \
-    USE_SYSTEM_SUITESPARSE=0 \
-    USE_SYSTEM_ZLIB=1 \
-    USE_SYSTEM_GRISU=0 \
-    USE_SYSTEM_RMATH=0 \
-    USE_SYSTEM_LIBUV=0 \
-    USE_SYSTEM_UTF8PROC=0 \
-    USE_MKL=0 \
-    USE_BLAS64=0 \
-    USE_LLVM_SHLIB=0
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" \
-    prefix=/usr sysconfdir=/etc  \
-    USE_SYSTEM_LLVM=0 \
-    USE_SYSTEM_LIBUNWIND=1 \
-    USE_SYSTEM_READLINE=0 \
-    USE_SYSTEM_PCRE=1 \
-    USE_SYSTEM_LIBM=1 \
-    USE_SYSTEM_OPENLIBM=0 \
-    USE_SYSTEM_OPENSPECFUN=0 \
-    USE_SYSTEM_BLAS=1 \
-    USE_SYSTEM_LAPACK=1 \
-    USE_SYSTEM_FFTW=1 \
-    USE_SYSTEM_GMP=1 \
-    USE_SYSTEM_MPFR=1 \
-    USE_SYSTEM_ARPACK=1 \
-    USE_SYSTEM_SUITESPARSE=0 \
-    USE_SYSTEM_ZLIB=1 \
-    USE_SYSTEM_GRISU=0 \
-    USE_SYSTEM_RMATH=0 \
-    USE_SYSTEM_LIBUV=0 \
-    USE_SYSTEM_UTF8PROC=0 \
-    USE_MKL=0 \
-    USE_BLAS64=0 \
-    USE_LLVM_SHLIB=0 \
-    install
-    
-    # Remove duplicate man-page from julia/doc
-    rm -rv "$pkgdir/usr/share/julia/doc/man"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-x86_64/PKGBUILD (from rev 117902, julia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-26 12:10:22 UTC (rev 117903)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: Michael Jakl <jakl.michael at gmail.com>
+# Contributor: devmotion <nospam-archlinux.org at devmotion.de>
+# Contributor: Valentin Churavy <v.churavy at gmail.com>
+
+pkgname=julia
+pkgver=0.3.0
+pkgrel=2
+epoch=2
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch=('x86_64' 'i686')
+url='http://julialang.org'
+license=('GPL')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
+makedepends=('gcc-fortran' 'python2' 'libuv')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+options=('!emptydirs' 'staticlibs')
+source=("git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-}")
+install=sysfix.install
+sha256sums=('SKIP')
+
+build() {
+  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
+    MARCH=${CARCH/_/-} \
+    USE_SYSTEM_LLVM=0 \
+    USE_SYSTEM_LIBUNWIND=1 \
+    USE_SYSTEM_READLINE=0 \
+    USE_SYSTEM_PCRE=1 \
+    USE_SYSTEM_LIBM=1 \
+    USE_SYSTEM_OPENLIBM=0 \
+    USE_SYSTEM_OPENSPECFUN=0 \
+    USE_SYSTEM_BLAS=1 \
+    USE_SYSTEM_LAPACK=1 \
+    USE_SYSTEM_FFTW=1 \
+    USE_SYSTEM_GMP=1 \
+    USE_SYSTEM_MPFR=1 \
+    USE_SYSTEM_ARPACK=1 \
+    USE_SYSTEM_SUITESPARSE=0 \
+    USE_SYSTEM_ZLIB=1 \
+    USE_SYSTEM_GRISU=0 \
+    USE_SYSTEM_RMATH=0 \
+    USE_SYSTEM_LIBUV=0 \
+    USE_SYSTEM_UTF8PROC=0 \
+    USE_MKL=0 \
+    USE_BLAS64=0 \
+    USE_LLVM_SHLIB=0
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" \
+    prefix=/usr sysconfdir=/etc  \
+    MARCH=${CARCH/_/-} \
+    USE_SYSTEM_LLVM=0 \
+    USE_SYSTEM_LIBUNWIND=1 \
+    USE_SYSTEM_READLINE=0 \
+    USE_SYSTEM_PCRE=1 \
+    USE_SYSTEM_LIBM=1 \
+    USE_SYSTEM_OPENLIBM=0 \
+    USE_SYSTEM_OPENSPECFUN=0 \
+    USE_SYSTEM_BLAS=1 \
+    USE_SYSTEM_LAPACK=1 \
+    USE_SYSTEM_FFTW=1 \
+    USE_SYSTEM_GMP=1 \
+    USE_SYSTEM_MPFR=1 \
+    USE_SYSTEM_ARPACK=1 \
+    USE_SYSTEM_SUITESPARSE=0 \
+    USE_SYSTEM_ZLIB=1 \
+    USE_SYSTEM_GRISU=0 \
+    USE_SYSTEM_RMATH=0 \
+    USE_SYSTEM_LIBUV=0 \
+    USE_SYSTEM_UTF8PROC=0 \
+    USE_MKL=0 \
+    USE_BLAS64=0 \
+    USE_LLVM_SHLIB=0 \
+    install
+    
+    # Remove duplicate man-page from julia/doc
+    rm -rv "$pkgdir/usr/share/julia/doc/man"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: sysfix.install
===================================================================
--- sysfix.install	2014-08-26 11:52:24 UTC (rev 117902)
+++ sysfix.install	2014-08-26 12:10:22 UTC (rev 117903)
@@ -1,8 +0,0 @@
-post_install() {
-  # Removing sys.so if needed, in order for Julia to start, see FS#39721
-  julia --version 2>/dev/null || rm /usr/lib/julia/sys.so
-}
-
-post_upgrade() {
-  post_install
-}

Copied: julia/repos/community-x86_64/sysfix.install (from rev 117902, julia/trunk/sysfix.install)
===================================================================
--- sysfix.install	                        (rev 0)
+++ sysfix.install	2014-08-26 12:10:22 UTC (rev 117903)
@@ -0,0 +1,8 @@
+post_install() {
+  # Removing sys.so if needed, in order for Julia to start, see FS#39721
+  julia --version 2>/dev/null || rm /usr/lib/julia/sys.so
+}
+
+post_upgrade() {
+  post_install
+}




More information about the arch-commits mailing list