Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
15 changes: 5 additions & 10 deletions .github/workflows/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
repository: 'goplus/llcppg'
path: .llcppg
ref: ${{matrix.llcppg}}
- name: Check out LLPyg
uses: actions/checkout@v4
with:
repository: 'goplus/llgo'
path: .llpyg
ref: ${{matrix.llgo}}
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down Expand Up @@ -82,12 +76,13 @@ jobs:
run: |
sudo apt install -y python3 python3-pip
python3 -m pip install --upgrade pip
python3 -m pip install conan pydump pysigfetch
python3 -m pip install conan pydump
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1
- name: Pre setup Python and Conan
if: startsWith(matrix.os, 'macos')
run: |
python3 -m pip install --upgrade pip --break-system-packages
python3 -m pip install conan pydump pysigfetch --break-system-packages
python3 -m pip install conan pydump --break-system-packages
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1
- name: Set up Conan
run: |
conan profile detect
Expand Down Expand Up @@ -138,4 +133,4 @@ jobs:
- name: Run demotest process
env:
LLPKG_PATH: ${{ env.LLPKG_PATH }}
run: llpkgstore demotest
run: llpkgstore demotest
10 changes: 0 additions & 10 deletions math3/_demo/go.mod

This file was deleted.

29 changes: 0 additions & 29 deletions math3/_demo/main.go

This file was deleted.

2 changes: 0 additions & 2 deletions math3/go.sum

This file was deleted.

270 changes: 0 additions & 270 deletions math3/math.go

This file was deleted.

5 changes: 0 additions & 5 deletions math3/math_autogen_link.go

This file was deleted.

9 changes: 9 additions & 0 deletions numpy/_demo/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"fmt"
)

func main() {
fmt.Println("Hello, World!")
}
2 changes: 1 addition & 1 deletion math3/go.mod → numpy/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/goplus/llpkg/math
module github.com/goplus/llpkg/numpy

go 1.23

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions math3/llpkg.cfg → numpy/llpkg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}
},
"package": {
"name": "math",
"version": "builtin"
"name": "numpy",
"version": "1.26.4"
}
}
}
Loading