artiq/conda/libgit2/build.sh

8 lines
96 B
Bash

#!/bin/bash
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX
make -j2
make install