Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtirpc dependency #7

Open
ivan-pi opened this issue May 3, 2023 · 0 comments
Open

libtirpc dependency #7

ivan-pi opened this issue May 3, 2023 · 0 comments

Comments

@ivan-pi
Copy link

ivan-pi commented May 3, 2023

In the HemePure Spack build we had to add:

    def setup_build_environment(self, env):
                env.prepend_path('CPATH', self.spec['libtirpc'].prefix.include.tirpc)
                env.append_flags('LDFLAGS', '-ltirpc')

It seems the RPC library is not available by default on some systems, nor are modules commonly available. The spack info command shows it can be obtained from Sourceforge:

~/HemePure-GPU/src/build$ spack info libtirpc
AutotoolsPackage:   libtirpc

Description:
    Libtirpc is a port of Suns Transport-Independent RPC library to Linux.

Homepage: https://sourceforge.net/projects/libtirpc/

Preferred version:  
    1.2.6    https://sourceforge.net/projects/libtirpc/files/libtirpc/1.2.6/libtirpc-1.2.6.tar.bz2/download

Safe versions:  
    1.2.6    https://sourceforge.net/projects/libtirpc/files/libtirpc/1.2.6/libtirpc-1.2.6.tar.bz2/download
    1.1.4    https://sourceforge.net/projects/libtirpc/files/libtirpc/1.1.4/libtirpc-1.1.4.tar.bz2/download

Deprecated versions:  
    None

Variants:
    None

Build Dependencies:
    gnuconfig  krb5

Link Dependencies:
    krb5

Run Dependencies:
    None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant