File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22
22
- cando
23
23
os :
24
24
- macos-latest
25
- - ubuntu-22.04
25
+ - ubuntu-latest
26
26
mode :
27
27
- bytecode
28
28
- faso
@@ -31,17 +31,17 @@ jobs:
31
31
32
32
steps :
33
33
- name : Install Ubuntu dependencies
34
- if : matrix.os == 'ubuntu-22.04 '
34
+ if : matrix.os == 'ubuntu-latest '
35
35
run : |
36
36
sudo apt-get update
37
37
sudo apt install -y binutils-gold clang-15 libclang-15-dev libclang-cpp15-dev llvm-15 llvm-15-dev libelf-dev libgmp-dev libunwind-dev ninja-build sbcl libnetcdf-dev libexpat1-dev libfmt-dev libboost-all-dev
38
38
39
39
- name : Install MacOS dependencies
40
40
if : matrix.os == 'macos-latest'
41
41
run : |
42
+ rm /usr/local/bin/2to3
42
43
brew update
43
- brew upgrade
44
- brew install boost fmt gmp llvm@17 ninja pkg-config sbcl ecl netcdf expat
44
+ brew install boost fmt gmp llvm@17 ninja pkg-config sbcl netcdf
45
45
- name : Checkout repository
46
46
uses : actions/checkout@v4
47
47
@@ -54,11 +54,11 @@ jobs:
54
54
conda install -c conda-forge ambertools
55
55
56
56
- name : Clasp koga @ Ubuntu
57
- if : ${{ matrix.os == 'ubuntu-22.04 ' && matrix.build == 'clasp' }}
57
+ if : ${{ matrix.os == 'ubuntu-latest ' && matrix.build == 'clasp' }}
58
58
run : |
59
59
./koga --build-mode=${{ matrix.mode }}
60
60
- name : Cando koga @ Ubuntu
61
- if : ${{ matrix.os == 'ubuntu-22.04 ' && matrix.build == 'cando' }}
61
+ if : ${{ matrix.os == 'ubuntu-latest ' && matrix.build == 'cando' }}
62
62
run : |
63
63
./koga --build-mode=${{ matrix.mode }} --extensions=cando,seqan-clasp
64
64
- name : Clasp koga @ MacOS
Original file line number Diff line number Diff line change 5
5
; ;;; 4. src/ - C/C++ dependencies for iclasp
6
6
; ;;; 5. extensions/ - extensions and their dependencies
7
7
((:name :ansi-test
8
- :repository " https://gitlab.common-lisp.net/ansi-test /ansi-test.git"
8
+ :repository " https://github.com/clasp-developers /ansi-test.git"
9
9
:directory " dependencies/ansi-test/"
10
10
:branch " master" )
11
11
(:name :cl-bench
12
- :repository " https://gitlab.common-lisp.net/ansi-test /cl-bench.git"
12
+ :repository " https://github.com/clasp-developers /cl-bench.git"
13
13
:directory " dependencies/cl-bench/"
14
14
:branch " master" )
15
15
(:name :cl-who
37
37
:directory " src/lisp/kernel/contrib/Acclimation/"
38
38
:commit " dd15c86b0866fc5d8b474be0da15c58a3c04c45c" )
39
39
(:name :alexandria
40
- :repository " https://gitlab.common-lisp.net/alexandria /alexandria.git"
40
+ :repository " https://github.com/clasp-developers /alexandria.git"
41
41
:directory " src/lisp/kernel/contrib/alexandria/"
42
42
:commit " v1.4" )
43
43
(:name :anaphora
66
66
:commit " a4c5ad600425842e8b6233b1fa22610ffcd874c3"
67
67
:extension :cando )
68
68
(:name :trivial-utf-8
69
- :repository " https://gitlab.common-lisp.net/trivial-utf-8 /trivial-utf-8.git"
69
+ :repository " https://github.com/clasp-developers /trivial-utf-8.git"
70
70
:directory " src/lisp/kernel/contrib/trivial-utf-8/"
71
71
:commit " 6ca9943588cbc61ad22a3c1ff81beb371e122394"
72
72
:extension :cando )
201
201
:directory " src/lisp/kernel/contrib/usocket/"
202
202
:commit " 7ad6582cc1ce9e7fa5931a10e73b7d2f2688fa81" )
203
203
(:name :asdf
204
- :repository " https://gitlab.common-lisp.net/yitzchak /asdf.git"
204
+ :repository " https://github.com/clasp-developers /asdf.git"
205
205
:directory " src/lisp/modules/asdf/"
206
206
:branch " add-clasp-bytecode-support" )
207
207
(:name :mps
You can’t perform that action at this time.
0 commit comments