[sundials] 01/06: Fixed typo

Dima Kogan dima at secretsauce.net
Mon Apr 3 02:44:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkogan pushed a commit to branch master
in repository sundials.

commit 54425054cb2e68e08a395cb8c53e654314476020
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Apr 2 10:22:11 2017 -0700

    Fixed typo
---
 .../0004-Improve-FindPETSc-to-use-pkg-config-where-possible.patch       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/0004-Improve-FindPETSc-to-use-pkg-config-where-possible.patch b/debian/patches/0004-Improve-FindPETSc-to-use-pkg-config-where-possible.patch
index adeea29..45f5788 100644
--- a/debian/patches/0004-Improve-FindPETSc-to-use-pkg-config-where-possible.patch
+++ b/debian/patches/0004-Improve-FindPETSc-to-use-pkg-config-where-possible.patch
@@ -65,7 +65,7 @@ index 7c1f736..a84a27b 100644
 +set(CMAKE_REQUIRED_INCLUDES ${PETSC_INCLUDE_DIR})
 +set(CMAKE_REQUIRED_LIBRARIES ${PETSC_LIBRARY})
 +check_c_source_runs(
-+    "\#include \"petscvec.h\"\nint main(){Vec x;VecCreate(PETSC_COMM_WORLD, &x);return(0)}"
++    "\#include \"petscvec.h\"\nint main(){Vec x;VecCreate(PETSC_COMM_WORLD, &x);return(0);}"
 +    PETSC_BUILD_STATUS
 +)
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list