File: check_from_built_source

package info (click to toggle)
yorick-hdf5 0.8.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 464 kB
  • ctags: 326
  • sloc: ansic: 1,918; makefile: 207; sh: 2
file content (18 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Run check.i from built source
 adapt yorick's plug-ins path
Author: Thibaut Paumard <paumard@users.sourceforge.net>
Origin: vendor
Forwarded: not-needed
Last-Update: 2012-06-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/check.i
+++ b/check.i
@@ -1,5 +1,7 @@
 // $Id: check.i,v 1.2 2008/11/21 16:19:17 frigaut Exp $
 
+if (open("hdf5.so", "r", 1)) plug_dir, _(".", plug_dir());
+
 require,"hdf5.i";
 require,"fits.i";