Overview
Comment: | Updated to remove teapot.txt created by vectcl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ddb01f865accadf8c1c51cba788f1d16 |
User & Date: | rkeene on 2014-06-30 03:18:23 |
Other Links: | manifest | tags |
Context
2014-08-22
| ||
17:20 | Added MacOSX OS name mangaling to the client Leaf check-in: 9083721591 user: rkeene tags: trunk | |
2014-06-30
| ||
03:18 | Updated to remove teapot.txt created by vectcl check-in: ddb01f865a user: rkeene tags: trunk | |
2014-06-29
| ||
17:47 | Updated to latest vectcl check-in: f31117d0a9 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/vectcl/build.sh from [4dc71cc1b2] to [874e640511].
︙ | |||
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 |