star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit ded5e4b491fbc9d24a59732de21bd81bfe9fb317
parent 17b1dbeccb01ac525f4496e965629e67ecd2bdfe
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun, 14 May 2023 21:40:34 +0200

Declare star-sp as a package to build for sgs.sh

Fix the definition of of its random123 binary dependency: the url
variable was not defined.

Diffstat:
Msgs.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sgs.sh b/sgs.sh @@ -17,7 +17,7 @@ . "./build.sh" -# Build for the dependencies of the Star-GeometricSensitivity project +# Build for the dependencies of the Star Geometric Sensitivity project ################################################################################ # Declare git repositories for the build @@ -55,10 +55,10 @@ url="$\(REPO_BIN\)/embree_4.0.1_gnu_linux64.tgz" bin_spkg name="random123" -arch="$\(REPO_BIN\)/Random123_1.14.0_gnu_linux64.tgz" +url="$\(REPO_BIN\)/Random123_1.14.0_gnu_linux64.tgz" bin_spkg ################################################################################ # Setup the build ################################################################################ -build star-3d +build star-3d star-sp