https://github.com/starlink/cfitsio
Starlink patched version of the CFITSIO library
https://github.com/starlink/cfitsio
Last synced: about 1 month ago
JSON representation
Starlink patched version of the CFITSIO library
- Host: GitHub
- URL: https://github.com/starlink/cfitsio
- Owner: Starlink
- Created: 2012-07-24T04:11:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T02:34:26.000Z (3 months ago)
- Last Synced: 2025-04-11T19:21:52.019Z (3 months ago)
- Language: C
- Size: 27.4 MB
- Stars: 3
- Watchers: 22
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.MacOS
- Changelog: ChangeLog
- License: licenses/License.txt
Awesome Lists containing this project
README
By default, the CFITSIO library will be a "Universal Binary" (i.e.
32- and 64-bit compatible) under Mac OS X when built in the standard
way, i.e.- tar xzf cfitsio3370.tar.gz (or whatever version this is)
- cd cfitsio/- ./configure
- make
- make install---------------------------------------------------------------------
To install CFITSIO using MacPorts:
---------------------------------------------------------------------If you have MacPorts installed, you may install CFITSIO simply with
the command$ sudo port install cfitsio +universal
For more information, please visit:
http://macports.org
https://trac.macports.org/browser/trunk/dports/science/cfitsio/Portfile---------------------------------------------------------------------
To install CFITSIO using Homebrew:
---------------------------------------------------------------------If you have Homebrew installed, you may install CFITSIO simply with
the command$ brew install cfitsio
For more information, please visit:
http://brew.sh
http://brewformulas.org/Cfitsio---------------------------------------------------------------------
To install CFITSIO using conda:
---------------------------------------------------------------------If you have conda installed, you may install CFITSIO simply with
the command$ conda install cfitsio
For more information, please visit:
https://github.com/conda-forge/cfitsio-feedstock
---------------------------------------------------------------------
To build CFITSIO using the XCode GUI:
---------------------------------------------------------------------- tar xzf cfitsio3370.tar.gz (or whatever version this is)
- cd cfitsio/- Start Xcode and open cfitsio.xcodeproj/project.pbxproj,
or just "open" the file from a terminal command line,$ open cfitsio.xcodeproj/project.pbxproj
and this will start up XCode for you.
- Press the Build (or "Play") button in the upper left
corner of the GUI.