File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Checklist
24
24
25
25
* Packages: need to run the following two scripts:
26
26
27
- - Use the maintainer makefile: "make clean", "make pkg ".
27
+ - Use the maintainer makefile: "make clean", "make dist ".
28
28
29
29
- make_windows_package.sh, use "day-to-day testing" mode. I
30
30
recommend testing them first without using the tag. Then test
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ SYMPY=sympy-1.0
9
9
MPMATH=mpmath-0.19
10
10
11
11
# for day-to-day testing
12
- VER=2.4.1 -dev
12
+ VER=2.5.0 -dev
13
13
# for release
14
- # VER=2.4.1
14
+ # VER=2.5.0
15
15
# TAG=v${VER}
16
16
17
17
@@ -42,13 +42,6 @@ rm -rf ${WINDIR}
42
42
rm -rf ${WINDIRTMP}
43
43
44
44
45
- cp -R octsympy ${WINDIRTMP}
46
- ( cd ${WINDIRTMP} /src/
47
- make distclean
48
- ./bootstrap
49
- ./configure
50
- make )
51
-
52
45
# copy things to the package
53
46
mkdir ${WINDIR}
54
47
cp -pR ${WINDIRTMP} /inst ${WINDIR} /
You can’t perform that action at this time.
0 commit comments