Skip to content

How do I install locally without privilege escalation? #39

@j-rahman

Description

@j-rahman

I was trying to install this library on a supercomputing cluster. However, I can only install it locally in my home directory, since I do not have authorisation to install it elsewhere.

After loading the modules intel/2020.4, intelmpi/2020.4, openucx/1.13.1 and fftw/3.3.10, I cloned the git repository and followed the installation instructions and ran ./bootstap.h followed by ./configure and make install.

The Makefile does its thing for some time, then it fails with the following error:

make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 pfft.h '/usr/local/include'
/usr/bin/install: cannot create regular file '/usr/local/include/pfft.h': Permission denied
make[2]: *** [Makefile:506: install-includeHEADERS] Error 1

Please advise what I must do to have it installed without needing admin privileges? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions