Skip to content

Commit 5b86e07

Browse files
committed
[maint] packaging notes/scripts updates
1 parent 8d8bf34 commit 5b86e07

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

HOWTO-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Checklist
2424

2525
* Packages: need to run the following two scripts:
2626

27-
- Use the maintainer makefile: "make clean", "make pkg".
27+
- Use the maintainer makefile: "make clean", "make dist".
2828

2929
- make_windows_package.sh, use "day-to-day testing" mode. I
3030
recommend testing them first without using the tag. Then test

util/make_windows_package.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ SYMPY=sympy-1.0
99
MPMATH=mpmath-0.19
1010

1111
# for day-to-day testing
12-
VER=2.4.1-dev
12+
VER=2.5.0-dev
1313
# for release
14-
#VER=2.4.1
14+
#VER=2.5.0
1515
#TAG=v${VER}
1616

1717

@@ -42,13 +42,6 @@ rm -rf ${WINDIR}
4242
rm -rf ${WINDIRTMP}
4343

4444

45-
cp -R octsympy ${WINDIRTMP}
46-
( cd ${WINDIRTMP}/src/
47-
make distclean
48-
./bootstrap
49-
./configure
50-
make )
51-
5245
# copy things to the package
5346
mkdir ${WINDIR}
5447
cp -pR ${WINDIRTMP}/inst ${WINDIR}/

0 commit comments

Comments
 (0)