Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging setup #237

Merged
merged 68 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
857161b
init
vmoens Jun 29, 2022
98f476b
amend
vmoens Jun 29, 2022
b2eca75
init
vmoens Jun 30, 2022
d4797f6
amend
vmoens Jun 30, 2022
eecd969
amend
vmoens Jun 30, 2022
092b7c9
amend
vmoens Jun 30, 2022
79f1c62
amend
vmoens Jun 30, 2022
45a1b55
amend
vmoens Jun 30, 2022
f99ed35
amend
vmoens Jun 30, 2022
3f308c6
amend
vmoens Jun 30, 2022
e7bcbe6
amend
vmoens Jun 30, 2022
08e4fee
amend
vmoens Jun 30, 2022
de458d7
amend
vmoens Jun 30, 2022
37b69e0
amend
vmoens Jun 30, 2022
d3afa54
amend
vmoens Jun 30, 2022
070070e
minor
vmoens Jun 30, 2022
92627f5
amend
vmoens Jun 30, 2022
6eea294
amend
vmoens Jun 30, 2022
49eb1eb
amend
vmoens Jun 30, 2022
47c711e
amend
vmoens Jun 30, 2022
877f3b0
amend
vmoens Jun 30, 2022
bf6c8bb
amend
vmoens Jun 30, 2022
53fb798
amend
vmoens Jun 30, 2022
96181cc
amend
vmoens Jun 30, 2022
5ff4f80
amend
vmoens Jun 30, 2022
e374a46
amend
vmoens Jun 30, 2022
0cb47bd
trying to disable cuda
vmoens Jun 30, 2022
5b29a63
Merge remote-tracking branch 'origin/main' into cu113
vmoens Jun 30, 2022
64c7ea2
remove cmakeslist
vmoens Jun 30, 2022
fcd1735
remove cmakeslist
vmoens Jun 30, 2022
44238e1
clean env
vmoens Jun 30, 2022
42e8c28
Merge branch 'cu113' into packaging
vmoens Jun 30, 2022
ebaaebd
Merge branch 'main' into packaging
vmoens Jul 1, 2022
24b786a
Merge branch 'main' into packaging
vmoens Jul 4, 2022
d06390a
102
vmoens Jul 4, 2022
7d547ec
113
vmoens Jul 4, 2022
b80f6e7
some more binaries
vmoens Jul 4, 2022
701bfad
minor
vmoens Jul 4, 2022
0270035
minor
vmoens Jul 4, 2022
7f4ae3c
minor
vmoens Jul 4, 2022
e09d99d
relocating
vmoens Jul 4, 2022
7c7151e
relocating
vmoens Jul 4, 2022
db74c6b
relocating
vmoens Jul 4, 2022
bf561e4
builder
vmoens Jul 4, 2022
154e73c
builder
vmoens Jul 4, 2022
848dfdc
builder
vmoens Jul 4, 2022
3e7d1a3
builder
vmoens Jul 4, 2022
86a2f43
builder
vmoens Jul 4, 2022
3002a1f
version
vmoens Jul 4, 2022
db217bd
version
vmoens Jul 4, 2022
8be3b0c
auditwheel
vmoens Jul 4, 2022
0e01b69
auditwheel
vmoens Jul 4, 2022
e4c5165
auditwheel
vmoens Jul 4, 2022
16b6fc0
auditwheel
vmoens Jul 4, 2022
f8670a1
auditwheel
vmoens Jul 4, 2022
bef1121
auditwheel
vmoens Jul 4, 2022
7e84d7e
bf
vmoens Jul 4, 2022
8958a7d
bf
vmoens Jul 4, 2022
87a34b1
relocate
vmoens Jul 4, 2022
6043811
manylinux version
vmoens Jul 4, 2022
1477e2e
manylinux version
vmoens Jul 4, 2022
194ab6a
manylinux version
vmoens Jul 4, 2022
c1a24c3
manylinux version
vmoens Jul 4, 2022
7a998ee
manylinux version
vmoens Jul 4, 2022
2536871
cleanup
vmoens Jul 5, 2022
592bd6a
cleanup
vmoens Jul 5, 2022
6350abc
cleanup
vmoens Jul 5, 2022
f79b121
save/designate
vmoens Jul 5, 2022
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
Prev Previous commit
Next Next commit
clean env
  • Loading branch information
vmoens committed Jun 30, 2022
commit 44238e1f1f5249d0e9ac489916835b367bc071f4
2 changes: 0 additions & 2 deletions .circleci/unittest/linux/scripts/environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
channels:
- pytorch
- defaults
- conda-forge
dependencies:
- pip
- cmake >= 3.18
- protobuf
- gcc
- pip:
- hypothesis
- future
Expand Down
2 changes: 0 additions & 2 deletions .circleci/unittest/linux_optdeps/scripts/environment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
channels:
- pytorch
- defaults
- conda-forge
dependencies:
- pip
- cmake >= 3.18
- gcc
- pip:
- hypothesis
- future
Expand Down
2 changes: 0 additions & 2 deletions .circleci/unittest/linux_stable/scripts/environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
channels:
- pytorch
- defaults
- conda-forge
dependencies:
- pip
- ninja
- cmake >= 3.18
- gcc
- protobuf
- pip:
- hypothesis
Expand Down