Skip to content

Commit

Permalink
optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Jan 25, 2024
1 parent 8bdb9d8 commit fc9aa54
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ build_info_msg = """To install RELION, it's recommended to change the defaults i
- Ghostscript (PDF)
- xpdf (PDF viewer)
- XZ, zstd, PBZIP2 (compression libraries)
- tcsh
- gnuplot
Other dependencies that are not enabled by default:
- evince (alternate PDF viewer)
- ctffind or GCTF
Expand Down Expand Up @@ -74,9 +76,10 @@ dependencies = [
('LibTIFF', '4.5.0'),
('tbb', '2021.11.0'),
('libpng', '1.6.39'),
('gnuplot', '5.4.8'),

## optional dependencies ##
('tcsh', '6.24.10'),
('gnuplot', '5.4.8'),
('FLTK', '1.3.8'), # for GUI
('X11', '20230603'), # for GUI
('PBZIP2', '1.1.13'), # for compression
Expand Down Expand Up @@ -228,6 +231,7 @@ modextrapaths = {
modextravars = {
'TORCH_HOME': _torch_home,
'RELION_PDFVIEWER_EXECUTABLE': '$EBROOTXPDF/bin/xpdf',
'RELION_SHELL': '$EBROOTTCSH/bin/tcsh',
}

_version_maj = version.split('_')[0]
Expand Down

0 comments on commit fc9aa54

Please sign in to comment.