Remove iOS from nd4j-native-platform until fixed (#451)

Signed-off-by: Alex Black <blacka101@gmail.com>
master
Alex Black 2020-05-12 12:31:52 +10:00 committed by GitHub
parent 05c0f12c73
commit e2cd461578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,8 @@
<version>${project.version}</version>
<classifier>${javacpp.platform.android-x86_64}</classifier>
</dependency>
<!--
iOS support removed for 1.0.0-beta7 release, to be restored at a later date
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${nd4j.backend}</artifactId>
@ -81,6 +83,7 @@
<version>${project.version}</version>
<classifier>${javacpp.platform.ios-x86_64}</classifier>
</dependency>
-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${nd4j.backend}</artifactId>