Codebase list yorick-hdf5 / 9e8b141
adapte check.i to be run from built source Thibaut Paumard 11 years ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Run check.i from built source
1 adapt yorick's plug-ins path
2 Author: Thibaut Paumard <paumard@users.sourceforge.net>
3 Origin: vendor
4 Forwarded: not-needed
5 Last-Update: 2012-06-27
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 --- a/check.i
9 +++ b/check.i
10 @@ -1,5 +1,7 @@
11 // $Id: check.i,v 1.2 2008/11/21 16:19:17 frigaut Exp $
12
13 +if (open("hdf5.so", "r", 1)) plug_dir, _(".", plug_dir());
14 +
15 require,"hdf5.i";
16 require,"fits.i";
17
00 configure
11 wrong_place_for_fromshell_i
22 pre062bug_debian_doc
3 check_from_built_source