sbillaudelle / libpsf

PSF simulation data c++ library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpsf is a c++ library that reads Cadence PSF waveform files

Install

Install prerequisits

On a debian based system you can run the following to install the packages needed to build libpsf:

sudo apt-get install autoconf automake libtool libboost-all-dev python-numpy-dev

Build and install

To build and install the library:

./autogen.sh
make
sudo make install

To build the python extension:

./autogen.sh --with-python
make
sudo make install

Running the tests

Install cppunit, then compile and run the tests in the test dir:

sudo apt-get install libcppunit-dev
cd test
make
./test_psfdataset

About

PSF simulation data c++ library

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 81.4%Language:Shell 14.5%Language:Python 3.7%Language:C 0.5%