Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Utilities for creating/maintaining a GWpySoft virtualenv

NotificationsYou must be signed in to change notification settings

gwpy/gwpysoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWpySoft is the stack of software includingGWpy,GWSumm andGWpy-VET, and all dependencies (criticallynumpy,scipy,astropy, andmatplotlib).

This repository provides simple scripts to set up avirtualenv containing those packages, mainly for use on the LIGO Data Grid.

Installation

To install the stack, first clone the repository

git clone https://github.com/gwpy/gwpysoftcd gwpysoft

then run thegwpysoft-init script to generate a new virtualenv

./gwpysoft-init<target-dir> ./packages.txt

The first argument (<target-dir>, e.g.${HOME}/opt/gwpysoft) is the target directory for the virtualenv, and can be anywhere you want.The second argument (./packages.txt) is a plaintext file containing the list of packages you want; the format is that of apip requirements file.

Then the virtualenv can be activated by

. <target-dir>/bin/activate

Gotchas

Basemap

Thegwpysoft-init script will also try to install the matplotlibbasemap toolkit (only if matplotlib itself was installed).This is mainly because if you install a custom version of numpy (which in general will be true), basemap needsgeos to be recompiled against it.

MKL

If you have an installation of the Intel MKL (i.e. ificc is on thePATH),gwpysoft-init will try to build MKL-compiled versions of numpy and scipy.These will be installed under<target-dir>-mkl (e.g.${HOME}/opt/gwpysoft-mkl) and a bash environment script will be installed under<target-dir>-mkl/etc.

About

Utilities for creating/maintaining a GWpySoft virtualenv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp