summaryrefslogtreecommitdiff
path: root/homebrew/cp2k/.make.sh-auto
blob: 9c11a7bba6aaa28c0ed5312f72500d433aaacde7 (plain)
1
2
3
4
5
pkg:setup
resource("libint").stage do
pkg:configure
make
ENV.deparallelize { system "make", "install" }