From bd71ba35e550ccf6b1ceb6fc9933cea4a26d2ee8 Mon Sep 17 00:00:00 2001 From: Karthik Gururaj Date: Wed, 26 Feb 2014 14:01:46 -0800 Subject: [PATCH] Moved pom.xml to VectorPairHMM and updated artifactId --- public/c++/{ => VectorPairHMM}/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename public/c++/{ => VectorPairHMM}/pom.xml (95%) diff --git a/public/c++/pom.xml b/public/c++/VectorPairHMM/pom.xml similarity index 95% rename from public/c++/pom.xml rename to public/c++/VectorPairHMM/pom.xml index c64f81ede..ce0692799 100644 --- a/public/c++/pom.xml +++ b/public/c++/VectorPairHMM/pom.xml @@ -6,12 +6,12 @@ org.broadinstitute.sting sting-root 2.8-SNAPSHOT - ../../public/sting-root + ../../../public/sting-root - pairhmm-native + VectorPairHMM pom - PairHMM Native Libraries + Vectorized PairHMM native libraries Builds a platform dependent version of pairhmm. During install, copies it into sting-utils. @@ -19,7 +19,7 @@ UTF-8 ${sourceEncoding} ${sourceEncoding} - ${project.basedir}/../.. + ${project.basedir}/../../.. ${sting.basedir}/public/sting-utils ${sting-utils.basedir}/src/main/resources/org/broadinstitute/sting/utils/pairhmm @@ -64,7 +64,7 @@ compile make - VectorPairHMM + . ${pairhmm.build.architecture} ${pairhmm.build.extension}