From 01a5a46191a4cc847900ed8ea11874adeb09e866 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Sun, 19 Sep 2021 14:01:55 +0530 Subject: [PATCH] add postbuild Signed-off-by: Avinal Kumar --- .environment.yml => environment.yml | 0 postBuild | 9 +++++++++ 2 files changed, 9 insertions(+) rename .environment.yml => environment.yml (100%) create mode 100644 postBuild diff --git a/.environment.yml b/environment.yml similarity index 100% rename from .environment.yml rename to environment.yml diff --git a/postBuild b/postBuild new file mode 100644 index 0000000..d9614c1 --- /dev/null +++ b/postBuild @@ -0,0 +1,9 @@ +mkdir build + +cd build + +echo $CONDA_PREFIX + +cmake -D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX .. + +make install \ No newline at end of file