Skip to content

Commit d5b6d94

Browse files
cailmdaleyclaude
andcommitted
fix: Add libgsl-dev for pyccl build
cs_util 0.1.9 requires pyccl, which needs GSL. Pre-installing libgsl-dev avoids pyccl trying to download GSL from FTP. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8adb601 commit d5b6d94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN apt-get update -y --quiet --fix-missing && \
2727
libfftw3-bin \
2828
libfftw3-dev \
2929
libgl1-mesa-glx \
30+
libgsl-dev \
3031
libtool \
3132
libtool-bin \
3233
libtool-doc \

0 commit comments

Comments
 (0)