Use html for the code block in README
[guile-orca] / orca / config.scm.in
1 ;;; Copyright (C) 2020  Ahmet Artu Yildirim
2 ;;;
3 ;;; orca is free software: you can redistribute it and/or modify
4 ;;; it under the terms of the GNU Lesser General Public License as
5 ;;; published by the Free Software Foundation, either version 3 of
6 ;;; the License, or (at your option) any later version.
7 ;;;
8 ;;; orca is distributed in the hope that it will be useful,
9 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
10 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 ;;; GNU Lesser General Public License for more details.
12 ;;;
13 ;;; You should have received a copy of the GNU Lesser General Public License
14 ;;; along with orca. If not, see <https://www.gnu.org/licenses/>.
15
16 (define-module (orca config)
17   #:export (*libmpi-path*
18             *libmpi*))
19
20 (define *libmpi-path*
21   "@LIBMPI_PATH@")
22
23 (define *libmpi* (dynamic-link *libmpi-path*))