HomalgProject.jl

Introduction

The Julia package HomalgProject provides simplified access to the repositories of the GAP packages hosted on the GitHub organization homalg-project, most of which are based on the

These are open source GAP multi-package projects for constructive category theory and homological algebra with applications to module theory of commutative and non-commutative algebras and algebraic geometry.

Installation

Install Julia

To install Julia follow the first Steps 0 and 1 on our installation page.

Install HomalgProject.jl

Then start julia in a terminal and add the package HomalgProject:

julia> using Pkg; Pkg.add("HomalgProject")

julia> using HomalgProject

Testing

The correctness of the installation and the availability of the functionality can at any time be tested using

julia> using Pkg; Pkg.test("HomalgProject")

Updating

After each update of the Julia package GAP a rebuild is (probably) necessary:

julia> using Pkg; Pkg.update("HomalgProject")

julia> Pkg.build("HomalgProject")

This will also clone the repositories listed in CapAndHomalg.PACKAGES_TO_DOWNLOAD using DownloadAllPackagesFromHomalgProject and compile the packages listed in CapAndHomalg.PACKAGES_TO_COMPILE using GAP.Packages.install(pkgname).

HomalgProject.versionConstant
HomalgProject.version

The version number of the loaded HomalgProject. Please mention this number in any bug report.

source
Missing docstring.

Missing docstring for PKG_DIR. Check Documenter's build log for details.

Missing docstring.

Missing docstring for PACKAGES_TO_DOWNLOAD. Check Documenter's build log for details.

Missing docstring.

Missing docstring for DownloadAllPackagesFromHomalgProject. Check Documenter's build log for details.

Missing docstring.

Missing docstring for UpdateAllPackagesFromHomalgProject. Check Documenter's build log for details.

Missing docstring.

Missing docstring for RemoveAllPackagesFromHomalgProject. Check Documenter's build log for details.

Missing docstring.

Missing docstring for DownloadPackageFromHomalgProject. Check Documenter's build log for details.

Missing docstring.

Missing docstring for UpdatePackageFromHomalgProject. Check Documenter's build log for details.

Missing docstring.

Missing docstring for RemovePackageFromHomalgProject. Check Documenter's build log for details.

Missing docstring.

Missing docstring for PACKAGES_TO_COMPILE. Check Documenter's build log for details.

Software dependency

HomalgProject relies on the

computer algebra systemsthrough the Julia packages
GAPGap.jl
NemoNemo = Nemo.jl
SingularSingular.jl

all of which are components of the computer algebra system OSCAR.

Some of the bundled packages use the GAP packages

and the

third party softwarethrough the GAP packagesand the Julia packages
GraphvizDigraphsGraphviz_jll.jl
4ti24ti2Interfacelib4ti2_jll.jl

<!– | cddlib | CddInterface | cddlib_jll.jl | | Normaliz | NormalizInterface | normaliz_jll.jl | –>

General Disclaimer

The software comes with absolutely no warranty and will most likely have errors. If you use it for computations, please check the correctness of the result very carefully.

This software is licensed under the LGPL, version 3, or any later version.

Funding

The development of this package and many of the GAP packages hosted on the GitHub organization homalg-project was partially funded by the DFG (German Research Foundation) through the

Index