Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637672 - sci-physics/lammps-20170109 USE examples is incomplete
Summary: sci-physics/lammps-20170109 USE examples is incomplete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nicolas Bock
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 11:18 UTC by Jon Phillips
Modified: 2021-04-13 17:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info lammps (file_637672.txt,16.33 KB, text/plain)
2017-11-16 11:18 UTC, Jon Phillips
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Phillips 2017-11-16 11:18:13 UTC
Created attachment 504498 [details]
emerge --info lammps

When the 'examples' USE flag is set, the ./examples directory is installed into /usr/share/lammps/.  But in order to run (at least some of) these examples, you also need the data from the ./bench directory.  Ideally, /usr/share/lammps would contain the examples and bench subdirectories.

As an example of the problem, if you look at /usr/share/lammps/examples/accelerate/in.rhodo, you can see a line saying:

'read_data       ../../bench/data.rhodo'

But that file doesn't exist.



Steps to reproduce:

1. env USE=examples emerge =sci-physics/lammps-20170109

2. emerge app-portage/gentoolkit

3. equery f =sci-physics/lammps-20170109|grep 'rhodo'

You won't see a file 'data.rhodo'.
Comment 1 Nicolas Bock gentoo-dev 2017-11-19 15:10:38 UTC
I committed lammps-20170901-r1 to tree to include the bench directory. Please try it out!
Comment 2 Nicolas Bock gentoo-dev 2021-04-13 17:48:38 UTC
If this issue persists with recent versions of lammps please open another ticket.