11 lines
368 B
JSON
11 lines
368 B
JSON
|
{
|
||
|
"name" : "aec",
|
||
|
"dependencies" : "",
|
||
|
"default version" : "1.0.6",
|
||
|
"download" : "git clone --depth 1 --branch v$VERSION https://gitlab.dkrz.de/k202009/libaec.git aec-$VERSION",
|
||
|
"configure" : "autoreconf -iv; ./configure --prefix=$PREFIX $SHARED",
|
||
|
"build" : "make -j $BUILDTHREADS",
|
||
|
"install" : "make install",
|
||
|
"object files" : "10"
|
||
|
}
|