Skip to content

Commit

Permalink
0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gramian committed Sep 16, 2022
1 parent c344e25 commit 226e8a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
16 changes: 5 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# matrico Makefile

CSC = CHICKEN_REPOSITORY_PATH="/home/ch/opt/CHICKEN/lib/chicken/11/" /home/ch/opt/CHICKEN/bin/csc
CSI = CHICKEN_REPOSITORY_PATH="/home/ch/opt/CHICKEN/lib/chicken/11/" /home/ch/opt/CHICKEN/bin/csi
CHICKEN_INSTALL = /home/ch/opt/CHICKEN/bin/chicken-install
CHICKEN_PROFILE =/home/ch/opt/CHICKEN/bin/chicken-profile
TEST_NEW_EGG = /home/ch/opt/CHICKEN/bin/test-new-egg

#CSC = csc
#CSI = csi
#CHICKEN_INSTALL = chicken-install
#CHICKEN_PROFILE = chicken-profile
#TEST_NEW_EGG = test-new-egg
CSC = csc
CSI = csi
CHICKEN_INSTALL = chicken-install
CHICKEN_PROFILE = chicken-profile
TEST_NEW_EGG = test-new-egg

CLARG =
LEVEL = -O3
Expand Down
2 changes: 1 addition & 1 deletion RUNME.scm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

;; Solving a linear problem

(matrico? 'mx-solve)
(matrico 'mx-solve)

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

1 change: 1 addition & 0 deletions matrico.release-info
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
(release "0.2rel")

(release "0.3rc1")
(release "0.3rel")

2 changes: 1 addition & 1 deletion version.scm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(define (matrico-version) "0.3rc1")
(define (matrico-version) "0.3rel")

0 comments on commit 226e8a4

Please sign in to comment.