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