Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

trueagi-io/hyperon-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is outdated, the prototype is rewritten from scratch in a Rust programming languge, see new repository.

How to build

conda create -y -n hyperon python=3.6
conda activate hyperon
conda install -y -c conda-forge cxxtest pybind11 nose

mkdir -p build
cd build
cmake ..
make
make test

Installation

After building the library it can be installed to the system using the commands:

cd build
sudo make install
sudo ldconfig

The following command can be used to check if the library is installed successfully:

python -c "import hyperon"

CircleCI docker

cd .circleci
docker build -t trueagi/hyperon-ci .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published