Differences From Artifact [4dc71cc1b2]:
- Executable file server/buildpkgs/vectcl/build.sh — part of check-in [f31117d0a9] at 2014-06-29 17:47:55 on branch trunk — Updated to latest vectcl (user: rkeene, size: 1165) [annotate] [blame] [check-ins using]
To Artifact [874e640511]:
- Executable file server/buildpkgs/vectcl/build.sh — part of check-in [ddb01f865a] at 2014-06-30 03:18:23 on branch trunk — Updated to remove teapot.txt created by vectcl (user: rkeene, size: 1195) [annotate] [blame] [check-ins using]
︙ | |||
38 39 40 41 42 43 44 45 46 47 | 38 39 40 41 42 43 44 45 46 47 48 | + | ${MAKE:-make} install-binaries PKG_DIR='' || exit 1 rm -f "${PLATDIR}/vectclConfig.sh" rm -f "${PLATDIR}"/*.a ) || exit 1 # Create metadata rm -f "${PLATDIR}/teapot.txt" ../create_teapot "${PLATDIR}/teapot.txt" "vectcl" "${VERS}" "${SRCURL}" "${PLATFORM}" 'Tcl 8.6,TclOO' "Numeric array and linear algebra extension for Tcl. http://auriocus.github.io/VecTcl" exit 0 |