File: models

package info (click to toggle)
kim-api 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,384 kB
  • sloc: cpp: 32,566; f90: 12,626; ansic: 2,743; sh: 1,274; lisp: 130; python: 28; makefile: 13
file content (11 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# (C) 2020 Anton Gladky

set -e

cd $AUTOPKGTEST_TMP
cmake /usr/share/doc/libkim-api-dev/examples/model-drivers/LennardJones612__MD_414112407348_003/
make

ls -lh
echo "build: OK"