#%Module 1.0
#
# michael a.g. aïvázis
# orthologue
# (c) 1998-2023 all rights reserved
#

# Module file created by config on $(TODAY)

# hook for whatis
module-whatis "pyre is an open source application framework"

# help
proc ModulesHelp { } {
    puts stderr "pyre is an open source application framework"
}

# geometry
prepend-path PYRE_PREFIX "EXPORT_ROOT"
prepend-path PYRE_VERSION "PYRE_MAJOR.PYRE_MINOR"
prepend-path PYRE_BINDIR "EXPORT_BINDIR"
prepend-path PYRE_INCDIR "EXPORT_INCDIR"
prepend-path PYRE_LIBDIR "EXPORT_LIBDIR"

# access
prepend-path PATH "EXPORT_BINDIR"
prepend-path LD_LIBRARY_PATH "EXPORT_LIBDIR"
prepend-path PYTHONPATH "EXPORT_PKGDIR"

# end of file
