Remove iOS from nd4j-native-platform until fixed (#451)
Signed-off-by: Alex Black <blacka101@gmail.com>
This commit is contained in:
		
							parent
							
								
									05c0f12c73
								
							
						
					
					
						commit
						e2cd461578
					
				@ -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>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user