18 lines
359 B
Plaintext
Executable File
18 lines
359 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::set_download_url "https://github.com/Reference-LAPACK/$P/archive/v${V_PKG}.tar.gz"
|
|
|
|
pbuild::add_configure_args '-DCBLAS=ON'
|
|
pbuild::add_configure_args '-DLAPACKE=ON'
|
|
|
|
pbuild::add_to_group 'Compiler'
|
|
pbuild::install_docfiles \
|
|
'README.md' \
|
|
'LICENSE'
|
|
|
|
# Local Variables:
|
|
# mode: sh
|
|
# sh-basic-offset: 8
|
|
# tab-width: 8
|
|
# End:
|