zerothi / fdict

Fortran type-free variable and type-free dictionary

Home Page:http://zerothi.github.io/fdict

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please provide a pkgconfig

alinelena opened this issue · comments

Please provide a package config as part of the installation process.

here is a simple template

prefix=@prefix@
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
includedir=${prefix}/include
libdir=${exec_prefix}/lib

Name: fdict
Description: Fortran type-free variables and type-free dictionaries
Version: 0.6.0
URL: https://github.com/zerothi/fdict
Cflags: -I${includedir}
Libs: -L${libdir} -lfdict


Thanks, I am on it.

Fixed in cb6c94b