Skip to content

Commit 60ff2aa

Browse files
authored
DOC: Clean up install instructions (#649)
* DOC: Clean up install instructions * jhunkeler request section removal about target
1 parent efa260b commit 60ff2aa

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

INSTALL.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616

1717
## Testing requirements
1818

19-
- python >=3.8 (https://www.python.org)
19+
- python >=3.11 (https://www.python.org)
20+
- pytest
21+
- crds
22+
- ci-watson
2023

2124
GCC may be supplemented by Clang under the following conditions:
2225

@@ -65,7 +68,7 @@ apt install cmake libcfitsio-dev gcc gfortran pkg-config
6568
### Fedora
6669
6770
```
68-
dnf install cmake cfitsio-devel gcc gcc-gfortran pkgconf-pkg-config
71+
dnf install cmake cfitsio-devel gcc gcc-gfortran pkgconf-pkg-config
6972
```
7073
7174
### Conda / Mamba
@@ -77,6 +80,8 @@ export PKG_CONFIG_PATH="$CONDA_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH"
7780
export LDFLAGS="-Wl,-rpath=$CONDA_PREFIX/lib"
7881
```
7982
83+
### Install
84+
8085
1. Configure
8186
8287
```
@@ -139,6 +144,8 @@ export PKG_CONFIG_PATH="$CONDA_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH"
139144
export LDFLAGS="-Wl,-rpath,$CONDA_PREFIX/lib"
140145
```
141146
147+
### Install
148+
142149
1. Configure
143150
144151
```
@@ -165,30 +172,10 @@ export LDFLAGS="-Wl,-rpath,$CONDA_PREFIX/lib"
165172
export PATH=$HOME/hstcal/bin:$PATH
166173
```
167174
175+
## Debugging
168176
169-
## Build Targets
170-
171-
To install individual parts of HSTCAL...
172-
173-
```
174-
make install acscte
175-
```
176-
177-
To list available build targets:
177+
To enable support for debugging symbols use one of the following defines:
178178
179179
```
180-
make help
180+
cmake .. -DCMAKE_BUILD_TYPE=[RelWithDebInfo|Debug]
181181
```
182-
183-
Some common targets include:
184-
185-
Target | Description
186-
-------|------------
187-
acs | calacs
188-
wf3 | calwf3 and other WFC3-related tools
189-
stis | calstis
190-
191-
192-
## Debugging
193-
194-
To enable support for debugging symbols use one of the following defines, `cmake .. -DCMAKE_BUILD_TYPE=[RelWithDebInfo|Debug]`

0 commit comments

Comments
 (0)