Skip to content

Commit

Permalink
[ITensorMakie] Move to separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 8, 2024
1 parent 58ada4d commit 13cdd75
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 700 deletions.
60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/07_ITensorMakie_bug_report.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/07_ITensorMakie_feature_request.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ using FileUtils

template_package_name = "PACKAGE"

package_names = ["ITensors", "NDTensors", "ITensorMakie", "ITensorGLMakie"]
package_names = ["ITensors", "NDTensors", "ITensorGLMakie"]

package_ordering = Dict([
"ITensors" => 1, "NDTensors" => 2, "ITensorMakie" => 3, "ITensorGLMakie" => 4
])
package_ordering = Dict(["ITensors" => 1, "NDTensors" => 2, "ITensorGLMakie" => 3])

function bug_report_file(package_name::String)
return "$(package_name)_bug_report.md"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "ITensorGLMakie", "ITensorMakie", "NDTensors"])'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "ITensorGLMakie", "NDTensors"])'
2 changes: 1 addition & 1 deletion .github/workflows/test_itensorglmakie_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- name: Install Julia dependencies and run tests
run: |
JULIA_REFERENCETESTS_UPDATE=true DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --depwarn=yes -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.develop(path="./ITensorMakie"); Pkg.develop(path="./ITensorGLMakie"); Pkg.test("ITensorGLMakie")'
JULIA_REFERENCETESTS_UPDATE=true DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --depwarn=yes -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.develop(path="./ITensorGLMakie"); Pkg.test("ITensorGLMakie")'
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ benchmark/mult
benchmark/*.json
docs/Manifest.toml
docs/build/
ITensorMakie/Manifest.toml
ITensorMakie/test/Manifest.toml
ITensorGLMakie/Manifest.toml
ITensorGLMakie/test/Manifest.toml
NDTensors/Manifest.toml
Expand Down
2 changes: 0 additions & 2 deletions ITensorMakie/.JuliaFormatter.toml

This file was deleted.

201 changes: 0 additions & 201 deletions ITensorMakie/LICENSE

This file was deleted.

44 changes: 0 additions & 44 deletions ITensorMakie/NEWS.md

This file was deleted.

21 changes: 0 additions & 21 deletions ITensorMakie/Project.toml

This file was deleted.

Loading

0 comments on commit 13cdd75

Please sign in to comment.