Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37905494
en ru br
ALT Linux repos
S:3.490-alt2
5.0: 3.100-alt1
4.1: 3.100-alt0.M41.1

Group :: System/Libraries
RPM: cfitsio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: cfitsio-noversioncheck.patch
Download


diff -Naur cfitsio/longnam.h cfitsio.noversioncheck/longnam.h
--- cfitsio/longnam.h	2017-09-20 21:40:41.000000000 +0200
+++ cfitsio.noversioncheck/longnam.h	2018-02-23 14:42:36.246522445 +0100
@@ -19,7 +19,8 @@
    that was used to build the CFITSIO library is compatible with the version
    as included when compiling the application program
 */
-#define fits_open_file(A, B, C, D)  ffopentest( CFITSIO_SONAME, A, B, C, D)
+/*#define fits_open_file(A, B, C, D)  ffopentest( CFITSIO_SONAME, A, B, C, D)*/
+#define fits_open_file  ffopen
 
 #define fits_open_data      ffdopn
 #define fits_open_extlist   ffeopn
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin