Skip to content

Commit 38a10a0

Browse files
Merge branch 'deeplearning4j:master' into master
2 parents b2ea64e + 30f4b55 commit 38a10a0

3,623 files changed

Lines changed: 298707 additions & 402955 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
The following checklist helps ensure your PR is complete:
1212

13-
- [ ] Eclipse Contributor Agreement signed, and signed commits - see [IP Requirements](https://deeplearning4j.org/eclipse-contributors) page for details
13+
- [ ] Eclipse Contributor Agreement signed, and signed commits - see [IP Requirements](https://deeplearning4j.konduit.ai/multi-project/how-to-guides/contribute/eclipse-contributors) page for details
1414
- [ ] Reviewed the [Contributing Guidelines](https://github.com/eclipse/deeplearning4j/blob/master/CONTRIBUTING.md) and followed the steps within.
1515
- [ ] Created tests for any significant new code additions.
1616
- [ ] Relevant tests for your changes are passing.

.github/actions/update-deps-linux/action.yml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -10,56 +10,4 @@ runs:
1010
sudo apt-get install ca-certificates libgomp1
1111
1212
13-
wget https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.37.tar.bz2
14-
tar jxf libgpg-error-1.37.tar.bz2
15-
cd libgpg-error-1.37
16-
./configure
17-
make
18-
sudo make install
19-
cd ..
20-
wget https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.4.tar.bz2
21-
tar jxf libgcrypt-1.8.4.tar.bz2
22-
cd libgcrypt-1.8.4
23-
./configure
24-
make
25-
sudo make install
26-
cd ..
27-
wget https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.3.5.tar.bz2
28-
tar jxf libksba-1.3.5.tar.bz2
29-
cd libksba-1.3.5
30-
./configure
31-
make
32-
sudo make install
33-
cd ..
34-
wget https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.3.tar.bz2
35-
tar jxf libassuan-2.5.3.tar.bz2
36-
cd libassuan-2.5.3
37-
./configure
38-
make
39-
sudo make install
40-
cd ..
41-
wget https://www.gnupg.org/ftp/gcrypt/ntbtls/ntbtls-0.1.2.tar.bz2
42-
tar jxf ntbtls-0.1.2.tar.bz2
43-
cd ntbtls-0.1.2
44-
./configure
45-
make
46-
sudo make install
47-
cd ..
48-
wget https://www.gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2
49-
tar jxf npth-1.6.tar.bz2
50-
cd npth-1.6
51-
./configure
52-
make
53-
sudo make install
54-
cd ..
55-
echo 'include /usr/local/lib/' | sudo tee -a /etc/ld.so.conf
56-
sudo ldconfig -v
57-
wget https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.17.tar.bz2
58-
tar jxf gnupg-2.2.17.tar.bz2
59-
cd gnupg-2.2.17/
60-
./configure
61-
make
62-
sudo make install
63-
cd ..
64-
#echo 'pinentry-program /usr/bin/pinentry-curses' | tee -a ~/.gnupg/gpg-agent.conf
65-
#gpg-connect-agent reloadagent /bye
13+

.github/workflows/build-deploy-android-arm32.yml

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)