simmodsuite: depends on rpc
Sun RPC support was optional starting with glibc version 2.26 and was removed in version 2.32. On newer operating systems (e.g., RHEL8) libtirpc is required to satisfy the xdr symbols.
This commit is contained in:
@@ -235,6 +235,7 @@ class SimmetrixSimmodsuite(Package):
|
||||
variant('paralleladapt', default=False, description='enable parallel adaptation')
|
||||
|
||||
depends_on('mpi')
|
||||
depends_on('rpc')
|
||||
|
||||
oslib = 'x64_rhel7_gcc48'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user