Package: cbflib / 0.9.7+dfsg1-5
Metadata
Package | Version | Patches format |
---|---|---|
cbflib | 0.9.7+dfsg1-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 makefile fix Get system HDF5 config from pkg config.patch | (download) |
Makefile |
82 42 + 40 - 0 ! |
makefile-fix: get system hdf5 config from pkg-config. |
0002 makefile fix Fix CBFLIB_DONT_USE_LOCAL_TIFF config v.patch | (download) |
Makefile |
7 6 + 1 - 0 ! |
makefile-fix: fix cbflib_dont_use_local_tiff config var. |
0003 makefile fix Allow disabling PyCBF from env with NOP.patch | (download) |
Makefile |
14 12 + 2 - 0 ! |
makefile-fix: allow disabling pycbf from env with nopycbf=yes. |
0004 makefile fix Install libs to CBF_PREFIX INSTALL_LIB.patch | (download) |
Makefile |
61 31 + 30 - 0 ! |
makefile-fix: install libs to $(cbf_prefix)/$(install_lib). |
0005 makefile fix Install lib to SOVERSION and add symlin.patch | (download) |
Makefile |
7 3 + 4 - 0 ! |
makefile-fix: install lib to soversion and add symlinks. |
0006 makefile fix Allow disabling libimg and libfcb build.patch | (download) |
Makefile |
48 36 + 12 - 0 ! |
makefile-fix: allow disabling libimg and libfcb builds. Setting variables NOLIBIMG and NOFORTRAN to 'yes' will disable building of libimg and libcb, respectively. |
0007 makefile fix Do not link example progs w. libimg.patch | (download) |
Makefile |
32 16 + 16 - 0 ! |
makefile-fix: do not link example progs w. libimg. |
0008 makefile fix Add SONAME to linker flags.patch | (download) |
Makefile |
4 3 + 1 - 0 ! |
makefile-fix: add soname to linker flags. |
0009 makefile fix Pick up CFLAGS and LDFLAGS from the env.patch | (download) |
Makefile |
6 3 + 3 - 0 ! |
makefile-fix: pick up cflags and ldflags from the environment. |
0010 makefile fix Prepend CPPFLAGS value to CFLAGS.patch | (download) |
Makefile |
5 3 + 2 - 0 ! |
makefile-fix: prepend cppflags value to cflags. |
0011 makefile fix Add LDFLAGS to SOLDFLAGS to pick up har.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
makefile-fix: add ldflags to soldflags to pick up hardening flags etc. |
0013 makefile deb Use DESTDIR usr as CBF_PREFIX.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
makefile-deb: use $destdir/usr as cbf_prefix. |
0014 makefile deb Do not build tiff2cbf.patch | (download) |
Makefile |
8 4 + 4 - 0 ! |
makefile-deb: do not build tiff2cbf. |
0016 add missing LdFLAG to cbf_testxfelread.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
add missing ldflag to cbf_testxfelread |
0017 Added an extra_compile_args to setup.py.patch | (download) |
Makefile |
8 5 + 3 - 0 ! |
added an extra_compile_args to setup.py |
0018 fix the FTBFS with missing m4 Makefile.m4.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
fix the ftbfs with missing m4/makefile.m4 |
0018 do not install pycifrw files.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
do not install pycifrw files |
0018 setup_py.m4 Use setuptools change to acceptable modu.patch | (download) |
m4/setup_py.m4 |
6 4 + 2 - 0 ! |
setup_py.m4: use setuptools, change to acceptable module name Change to setuptools, since distutils is deprecated. Use 'pycbf' as module name in setup() call, names starting with an underscore (like '_pycbf') are not accepted by setuptools. |