Skip to content

Commit 226e8a4

Browse files
committed
0.3 release
1 parent c344e25 commit 226e8a4

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

Makefile

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# matrico Makefile
22

3-
CSC = CHICKEN_REPOSITORY_PATH="/home/ch/opt/CHICKEN/lib/chicken/11/" /home/ch/opt/CHICKEN/bin/csc
4-
CSI = CHICKEN_REPOSITORY_PATH="/home/ch/opt/CHICKEN/lib/chicken/11/" /home/ch/opt/CHICKEN/bin/csi
5-
CHICKEN_INSTALL = /home/ch/opt/CHICKEN/bin/chicken-install
6-
CHICKEN_PROFILE =/home/ch/opt/CHICKEN/bin/chicken-profile
7-
TEST_NEW_EGG = /home/ch/opt/CHICKEN/bin/test-new-egg
8-
9-
#CSC = csc
10-
#CSI = csi
11-
#CHICKEN_INSTALL = chicken-install
12-
#CHICKEN_PROFILE = chicken-profile
13-
#TEST_NEW_EGG = test-new-egg
3+
CSC = csc
4+
CSI = csi
5+
CHICKEN_INSTALL = chicken-install
6+
CHICKEN_PROFILE = chicken-profile
7+
TEST_NEW_EGG = test-new-egg
148

159
CLARG =
1610
LEVEL = -O3

RUNME.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
;; Solving a linear problem
5656

57-
(matrico? 'mx-solve)
57+
(matrico 'mx-solve)
5858

5959
(mx-print (mx-solve A b)) ; Print the solution to the linear problem A x = b
6060

matrico.release-info

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
(release "0.2rel")
1111

1212
(release "0.3rc1")
13+
(release "0.3rel")
1314

version.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
(define (matrico-version) "0.3rc1")
1+
(define (matrico-version) "0.3rel")
22

0 commit comments

Comments
 (0)