* [bug#69468] [PATCH] gnu: petsc: Build optimized libraries
@ 2024-02-29 12:45 Lars Bilke
2024-06-28 12:41 ` [bug#69468] [PATCH v2] gnu: petsc: Build optimized libraries (rebased) Lars Bilke
2024-07-09 11:57 ` bug#69468: Close Andreas Enge
0 siblings, 2 replies; 3+ messages in thread
From: Lars Bilke @ 2024-02-29 12:45 UTC (permalink / raw)
To: 69468; +Cc: Lars Bilke, Andreas Enge, Eric Bavier, Sharlatan Hellseher
PETSc defaults to --with-debugging=1. Build optimized libs instead.
Change-Id: Iec92a5bf50a004880aeb1ec49d2a2beb154ef222
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1f61ee0583..62ce390392 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3432,7 +3432,8 @@ (define-public petsc
"--with-openblas=1"
(string-append "--with-openblas-dir="
#$(this-package-input "openblas"))
- "--with-superlu=1")
+ "--with-superlu=1"
+ "--with-debugging=0")
#:make-flags
;; Honor (parallel-job-count) for build. Do not use --with-make-np,
;; whose value is dumped to $out/lib/petsc/conf/petscvariables.
base-commit: 75bad75367fcf2c289fae3b40dbcc850f92177be
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#69468] [PATCH v2] gnu: petsc: Build optimized libraries (rebased)
2024-02-29 12:45 [bug#69468] [PATCH] gnu: petsc: Build optimized libraries Lars Bilke
@ 2024-06-28 12:41 ` Lars Bilke
2024-07-09 11:57 ` bug#69468: Close Andreas Enge
1 sibling, 0 replies; 3+ messages in thread
From: Lars Bilke @ 2024-06-28 12:41 UTC (permalink / raw)
To: 69468; +Cc: Lars Bilke, Andreas Enge, Eric Bavier, Sharlatan Hellseher
PETSc defaults to --with-debugging=1. Build optimized libs instead.
Change-Id: Iec92a5bf50a004880aeb1ec49d2a2beb154ef222
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index de8e886485..5897209e54 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3529,7 +3529,8 @@ (define-public petsc
"--with-openblas=1"
(string-append "--with-openblas-dir="
#$(this-package-input "openblas"))
- "--with-superlu=1")
+ "--with-superlu=1"
+ "--with-debugging=0")
#:make-flags
;; Honor (parallel-job-count) for build. Do not use --with-make-np,
;; whose value is dumped to $out/lib/petsc/conf/petscvariables.
base-commit: 6a7d5cda17fd9d4bd99c58f7a5dbdd2d021354f9
--
2.44.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#69468: Close
2024-02-29 12:45 [bug#69468] [PATCH] gnu: petsc: Build optimized libraries Lars Bilke
2024-06-28 12:41 ` [bug#69468] [PATCH v2] gnu: petsc: Build optimized libraries (rebased) Lars Bilke
@ 2024-07-09 11:57 ` Andreas Enge
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2024-07-09 11:57 UTC (permalink / raw)
To: 69468-done
This has gone through QA (with the exception of armhf, for which there
is no point in waiting), so I have just pushed it with a slightly modified
commit message.
Thanks!
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-09 11:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 12:45 [bug#69468] [PATCH] gnu: petsc: Build optimized libraries Lars Bilke
2024-06-28 12:41 ` [bug#69468] [PATCH v2] gnu: petsc: Build optimized libraries (rebased) Lars Bilke
2024-07-09 11:57 ` bug#69468: Close Andreas Enge
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).