nexus - Building Mavenized jCuda with maven -
well have installed nvidia driver , cuda 7 , built , run many jcuda (not mavenized) projects in eclipse.
but wanted migrate mavenized version one. so, cloned this repository , tried build it. on ubuntu 14.04 x64 , have set nexus, too. when want build mvn clean package
got this:
downloading: http://localhost:8081/nexus/content/groups/public/jcuda/jcublas/0.7.0a/jcublas-0.7.0a.pom [warning] pom jcuda:jcublas:jar:0.7.0a missing, no dependency information available
for of *.poms
and after these warnings, build finished unsuccessfully with:
could not resolve dependencies project org.mystic:mavenized- jcuda:jar:0.1.2: following artifacts not resolved: jcuda:jcublas:jar:0.7.0a, jcuda:jcuda:jar:0.7.0a ...
and lists of jcuda *.jars , *.sos
have forgotten something?
update:
i used option -dmaven.repo.local=repo
mvn clean package
, every thing ok.
yes, i'm 80% sure, because of local nexus
failure find jcuda:jcublas:jar:0.7.0a in http://localhost:8081/nexus/content/groups/public cached in local repository, resolution not reattempted until update interval of nexus has elapsed or updates force (taken log file)
could turn off? should resolve issue.
p.s. current situation mavenized-jcuda project is, takes artifacts local repo, since artifacts not presented in maven central or other hosted repositories.
Comments
Post a Comment