Skip to content

gdevenyi/neuralabc_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neuralabc_modules

All modules stored in /opt/quarantine

General process:

  1. su - networkadmin
  2. locate source for software package / module (python etc)
  3. download into (or git clone) /opt/quarantine/${name}/${version}/src
  4. compile as necessary
  5. binaries should be compiled to/directed to /opt/quarantine/${name}/${version}/install python modules should use python setup.py, which requires the following steps in order to ensure that they can be loaded properly:
    > mkdir -p ../../install//lib/python3.7/site-packages/ 
    > export PYTHONPATH=../../install//lib/python3.7/site-packages/:${PYTHONPATH} 
    > python setup.py install --prefix ../../install
  6. Properly document your installation steps in src/README.md
  7. copy .lua file from existing module and adapt to update the required modules and alter required paths as necessary
  8. run /opt/quarantine/link-new-modules.sh

Uploading changes

> git add ...
> git commit ...
> git push https://github.com/gdevenyi/neuralabc_modules
#> git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published