4 Star 0 Fork 2

OpenCloudOS Stream/cfitsio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cfitsio-noversioncheck.patch 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2023-05-26 15:06 . OCS package init
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/cfitsio.git
git@gitee.com:opencloudos-stream/cfitsio.git
opencloudos-stream
cfitsio
cfitsio
master

搜索帮助