You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2023/07/15 12:30:58 UTC

[tvm] branch main updated: [JVM] Fix the Maven pom.xml for OS X arm64 tvm4j build (#15321)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7890cca929 [JVM] Fix the Maven pom.xml for OS X arm64 tvm4j build (#15321)
7890cca929 is described below

commit 7890cca929c34c779bd7347a67fda72bacb9059f
Author: Ruihang Lai <ru...@cs.cmu.edu>
AuthorDate: Sat Jul 15 05:30:51 2023 -0700

    [JVM] Fix the Maven pom.xml for OS X arm64 tvm4j build (#15321)
    
    This PR fixes the pom.xml for OSX, and also updated the Maven Javadoc
    plugin version number to the latest.
    
    Co-authored-by: Bohan Hou <32...@users.noreply.github.com>
---
 jvm/native/osx-x86_64/pom.xml | 2 +-
 jvm/pom.xml                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jvm/native/osx-x86_64/pom.xml b/jvm/native/osx-x86_64/pom.xml
index 3f76bb877d..e035a76a56 100644
--- a/jvm/native/osx-x86_64/pom.xml
+++ b/jvm/native/osx-x86_64/pom.xml
@@ -120,7 +120,7 @@ under the License.
           <compilerEndOptions>
             <compilerEndOption>-I../../../include</compilerEndOption>
             <compilerEndOption>-I${JAVA_HOME}/include</compilerEndOption>
-            <compilerEndOption>-I${JAVA_HOME}/include/linux</compilerEndOption>
+            <compilerEndOption>-I${JAVA_HOME}/include/darwin</compilerEndOption>
             <compilerEndOption>${cflags}</compilerEndOption>
           </compilerEndOptions>
           <linkerStartOptions>
diff --git a/jvm/pom.xml b/jvm/pom.xml
index 1aeaa0e579..a7ac6d90da 100644
--- a/jvm/pom.xml
+++ b/jvm/pom.xml
@@ -172,7 +172,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.9.1</version>
+        <version>3.5.0</version>
         <executions>
           <execution>
             <id>attach-javadocs</id>