Skip to content

Commit d9e1314

Browse files
committed
Fix MESA r2208 ndiff ancient configure for macOS
1 parent 30ba82f commit d9e1314

4 files changed

Lines changed: 6690 additions & 0 deletions

File tree

src/amuse_mesa_r2208/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ src/mesa: mesa_r2208.zip
1919
mkdir -p src
2020
unzip -q $<
2121
mv mesa-r2208 src/mesa
22+
cd src/mesa/utils && tar -xzf ndiff-2.00.tar.gz
2223
for p in $(PATCHES) ; do patch -p1 <patches/$$p || exit 1 ; done
2324
cp patches/test_jina.f src/mesa/jina/test/src/test_jina.f
25+
cp patches/ndiff-configure src/mesa/utils/ndiff-2.00/configure
2426

2527

2628
# Building the code into a set of static libraries

0 commit comments

Comments
 (0)