[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: arpack-ng: Drop redundant phase.
From: |
Marius Bakke |
Subject: |
02/03: gnu: arpack-ng: Drop redundant phase. |
Date: |
Mon, 3 Sep 2018 13:19:25 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 91bb495b85e9870773f9a4785f325c0cc9a2c3d1
Author: Marius Bakke <address@hidden>
Date: Mon Sep 3 19:00:59 2018 +0200
gnu: arpack-ng: Drop redundant phase.
* gnu/packages/maths.scm (arpack-ng)[arguments]: Remove.
---
gnu/packages/maths.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 377e47b..36a77b1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -470,11 +470,6 @@ computing convex hulls.")
(base32
"0f8jx3fifmj9qdp289zr7r651y1q48k1jya859rqxq62mvis7xsh"))))
(build-system gnu-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (add-after 'unpack 'autoreconf
- (lambda _
- (invoke "autoreconf" "-vfi"))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)