seacas: add lib directory to pythonpath in run environment (#25453)

This commit is contained in:
tehyayi11 2021-08-18 17:11:46 -07:00 committed by GitHub
parent 4318ceb2b3
commit c865aaaa0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,9 @@ class Seacas(CMakePackage):
depends_on('cmake@3.1:', type='build')
def setup_run_environment(self, env):
env.prepend_path('PYTHONPATH', self.prefix.lib)
def cmake_args(self):
spec = self.spec
from_variant = self.define_from_variant