Package: petsc
Severity: important
Tags: patch

Hi,

the current version of petsc fails to build on GNU/kFreeBSD.

Please find small patch bellow to fix that.

Thanks in advance,

        Petr


--- petsc-2.2.0.orig/bin/petscarch
+++ petsc-2.2.0/bin/petscarch
@@ -67,6 +67,8 @@
     else
         LARCH="solaris"
     fi
+elif [ "$LARCH" = "GNU/kFreeBSD" ]; then
+    LARCH="linux"
 elif [ "$LARCH" = "Linux" ]; then
     if [ "$MARCH" = "alpha" ]; then
         LARCH="linux_alpha"




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to