Mateo Rodrigo Argudo Arrieta d39fad0fbe Updated requirements requests and compiling steps for environment set-up
#TODO add specific requirements and versions of the modules and the conanfile.txt setup
2021-07-02 15:32:13 +02:00
2021-06-01 18:33:41 +02:00
2021-06-01 18:33:41 +02:00
2018-09-14 19:28:36 +02:00
2021-06-01 18:33:41 +02:00
2021-06-01 18:33:41 +02:00
2021-06-02 11:35:34 +02:00
2017-09-25 22:27:07 +02:00
2021-06-01 18:33:41 +02:00
2021-06-01 18:33:41 +02:00
2021-06-01 18:33:41 +02:00
2021-06-02 11:13:19 +02:00
2021-06-02 12:13:59 +02:00
2017-09-17 15:44:06 +02:00
2021-06-02 11:13:19 +02:00

SystemC-Components-Test

Examples and tests for the SystemC-Components

In Console:

-Check for needed modules in ~/.bashrc    #TODO add the specific requirements and versions of the modules
they should be available directly in the linux installation if not, install it and add it to $PATH with:

export PATH="needed-path:$PATH"

-Edit bashrc and add:

./opt/shared/modules/4.4.1/init/bash
module use /opt/shared/modules/modulefiles

at end of file. 

-Install conan and run this comands:

module load ./Modulefile

conan profile new default --detect --force
conan profile update settings.compiler.libcxx=libstdc++11 default

-Add conan to $PATH

In SystemC Project:

-Check conanfile.txt for anomalies and requirements. #TODO add specific requirements.
Description
Examples and tests for the SystemC-Components
https://www.minres.com/#opensource
Readme Apache-2.0 383 KiB
Languages
C++ 89.9%
CMake 9.5%
Puppet 0.4%
C 0.2%