[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31530] [PATCH 4/6] gnu: xyce-serial: Update to 6.8.
From: |
Theodoros Foradis |
Subject: |
[bug#31530] [PATCH 4/6] gnu: xyce-serial: Update to 6.8. |
Date: |
Sat, 19 May 2018 21:46:25 +0300 |
* gnu/packages/engineering.scm (xyce-serial): Update to 6.8.
[inputs]: Replace lapack-3.5 with lapack.
* gnu/packages/engineering.scm (xyce-prallel):
[arguments]: Update configure flags to work with 6.8 version.
---
gnu/packages/engineering.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index e97714b40..efb0865e8 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1353,14 +1353,14 @@ unique design feature of Trilinos is its focus on
packages.")
(define-public xyce-serial
(package
(name "xyce-serial")
- (version "6.7")
+ (version "6.8")
(source
(origin (method url-fetch)
(uri (string-append "https://archive.org/download/Xyce-"
version "/Xyce-" version ".tar.gz"))
(sha256
(base32
- "02k952mnvrnc5kv7r65fdrn7khwq1lbyhwyvd7jznafzdpsvgm4x"))))
+ "09flp1xywbb2laayd9rg8vd0fjsh115y6k1p71jacy0nrbdvvlcg"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
@@ -1376,7 +1376,7 @@ unique design feature of Trilinos is its focus on
packages.")
(inputs
`(("fftw" ,fftw)
("suitesparse" ,suitesparse)
- ("lapack" ,lapack-3.5)
+ ("lapack" ,lapack)
("trilinos" ,trilinos-serial-xyce)))
(home-page "https://xyce.sandia.gov/")
(synopsis "High-performance analog circuit simulator")
@@ -1411,8 +1411,6 @@ parallel computing platforms. It also supports serial
execution.")
"CC=mpicc"
"F77=mpif77"
"--enable-mpi"
- "--enable-isorropia=no"
- "--enable-zoltan=no"
(string-append
"ARCHDIR="
(assoc-ref %build-inputs "trilinos")))))))
--
2.16.2