Top Level Namespace

Defined Under Namespace

Modules: Parsec, StringToBooleanRefinements

Constant Summary collapse

BASEDIR =

During gem install step, the path is different

if File.exist?('parsec.gemspec')
  '.'
else
  '../..'
end
LIBDIR =
RbConfig::CONFIG['libdir']
INCLUDEDIR =
RbConfig::CONFIG['includedir']
MUPARSER_HEADERS =
"#{BASEDIR}/ext/equations-parser/parser".freeze
MUPARSER_LIB =
"#{BASEDIR}/ext/equations-parser".freeze
HEADER_DIRS =
[INCLUDEDIR, MUPARSER_HEADERS].freeze
LIB_DIRS =

setup constant that is equal to that of the file path that holds that static libraries that will need to be compiled against

[LIBDIR, MUPARSER_LIB].freeze
GIT_REPOSITORY =
'https://github.com/oxeanbits/equations-parser.git'.freeze
COMMIT =
'39d949b5f53d1650eb8f166db3883900f5ce55d4'.freeze