commit e6cd634631641c21c7d71bfaf0bcd356747657d0
parent f9d3e53d551d0842d4b464fd9b56603b2ce31f2f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 30 May 2025 14:25:49 +0200
Update of listings according to star-build update
Build scripts are now stored in sub-directories. The build macro must be
set accordingly.
Diffstat:
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/htrdr/htrdr.html.in b/htrdr/htrdr.html.in
@@ -343,7 +343,7 @@ build procedure is summed up to:</p>
~ $ cd star-build
~/star-build $ make \
PREFIX=~/htrdr_${VERSION} \
- BUILD=src/htrdr_${VERSION}.sh
+ BUILD=src/rad-apps/htrdr_${VERSION}.sh
</pre>
<p>With <code>PREFIX</code> defining the path where <code>htrdr</code>
@@ -359,7 +359,7 @@ planetary science. For example, to install only the atmospheric part of
<pre class="code">
~/star-build $ make \
PREFIX=~/htrdr_${VERSION} \
- BUILD=src/htrdr_${VERSION}.sh \
+ BUILD=src/rad-apps/htrdr_${VERSION}.sh \
ATMOSPHERE=ENABLE \
COMBUSTION=DISABLE \
PLANETS=DISABLE
diff --git a/stardis/stardis.html.in b/stardis/stardis.html.in
@@ -434,7 +434,9 @@ build procedure is summed up to:</p>
<pre class="code">
~ $ git clone https://gitlab.com/meso-star/star-build.git
~ $ cd star-build
-~/star-build $ make PREFIX=~/stardis BUILD=src/stardis_@STARDIS_VERSION@.sh
+~/star-build $ make \
+ PREFIX=~/stardis \
+ BUILD=src/therm-apps/stardis_@STARDIS_VERSION@.sh
</pre>
<p>With <code>PREFIX</code> defining the path where Stardis will be installed
@@ -448,8 +450,8 @@ parameter to NONE as follows:</p>
<pre class="code">
~/star-build $ make \
PREFIX=~/stardis \
+ BUILD=src/therm-apps/stardis_@STARDIS_VERSION@.sh \
DISTRIB_PARALLELISM=NONE \
- BUILD=src/stardis_@STARDIS_VERSION@.sh
</pre>
<h3>Run</h3>