aboutsummaryrefslogtreecommitdiff
path: root/LORENE.sh
diff options
context:
space:
mode:
authorrhaas <rhaas@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2012-01-26 17:16:50 +0000
committerrhaas <rhaas@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2012-01-26 17:16:50 +0000
commitc89f1741426cd09a80db7d99e0571d83e9b987e5 (patch)
tree3652ca677c401b290cea7371839b5f381045aed3 /LORENE.sh
parentcb168b365c7778e17fa66b1ead251b26b8acada4 (diff)
throw ios_base::failure(strerror(errno)) exception if fopen fails in Bin_BH,
Bin_NS and Mag_NS git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@35 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
Diffstat (limited to 'LORENE.sh')
-rw-r--r--LORENE.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/LORENE.sh b/LORENE.sh
index d8bdc9f..6cf047b 100644
--- a/LORENE.sh
+++ b/LORENE.sh
@@ -93,6 +93,7 @@ then
${PATCH} -p0 < ${SRCDIR}/dist/makesystem.patch
${PATCH} -p0 < ${SRCDIR}/dist/pgplot.patch
${PATCH} -p0 < ${SRCDIR}/dist/openmp.patch
+ ${PATCH} -p0 < ${SRCDIR}/dist/check_fopen_error.patch
# Some (ancient but still used) versions of patch don't support the
# patch format used here but also don't report an error using the
# exit code. So we use this patch to test for this