|
From: <kin...@us...> - 2025-08-21 06:13:12
|
Revision: 7318
http://sourceforge.net/p/teem/code/7318
Author: kindlmann
Date: 2025-08-21 06:13:10 +0000 (Thu, 21 Aug 2025)
Log Message:
-----------
starting to bring up-to-date with TeemV2
Modified Paths:
--------------
teem/trunk/src/release.txt
Modified: teem/trunk/src/release.txt
===================================================================
--- teem/trunk/src/release.txt 2025-08-21 06:12:23 UTC (rev 7317)
+++ teem/trunk/src/release.txt 2025-08-21 06:13:10 UTC (rev 7318)
@@ -43,7 +43,8 @@
and then again with -biff 3 to check on all biff usage
run src/_util/scan-defines.py
--1) finalize TEEM_VERSION* in air/air.h and airTeemReleaseDate in air/misc.c
+-1) finalize TEEM_VERSION* in air/air.h and CMakeLists.txt
+and airTeemReleaseDate in air/misc.c
and set airTeemReleaseDone to AIR_TRUE
-0.5) regenerate python wrappers in teem/python
@@ -65,6 +66,7 @@
(HEY: need to figure out using rsync to move things to sourceforge)
1) Make sure it works
+(these steps are ancient guidance, from before CMake, and before TeemV2 simplifications)
"make teem/dev teem/install" on every supported architecture,
and make sure Windows stuff also still works (if new files or
libraries were added)
@@ -91,8 +93,8 @@
4) Checkout a tree:
-"make teem/install" on all platforms ...
-(actually this is ancient guidance, from before CMake)
+Use CMake to try building and installing a variety of platforms ...
+(these steps are ancient guidance, from before CMake, and before TeemV2 simplifications)
rapture/ray/muse:
setenv TEEM_ARCH irix6.64
@@ -123,6 +125,7 @@
setenv TEEM_PNG_IPATH -I/usr/local/include
5) Create Unix-ish binary builds (without src or docs):
+(these steps are ancient guidance, from before CMake, and before TeemV2 simplifications)
for each TEEM_ARCH in:
irix6.n32 linux.ia64 linux.amd64 linux.32 cygwin solaris darwin.32 darwin.64
- ssh to some ARCH machine, copy teem-VERSION-src.tar.gz there if needed
@@ -130,7 +133,7 @@
compile into the distributed statically linked binaries
setenv VERSION <<<version>>>
tar xzvf ~/rel/teem-${VERSION}-src.tar.gz
-cd teem-${VERSION}-src; setenv TEEM_DEST `pwd`
+cd teem-${VERSION}-src; setenv TEEM_DEST `pwd` # HEY TEEM_DEST is gone for TeemV2
cd src; make; cd ..
mv src/LICENSE.txt .
yes | rm -rf README.txt aix cygwin darwin.32 darwin.64 irix6.64 \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|