Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

fftw permission issue #5

Closed
samcmill opened this issue Sep 27, 2019 · 1 comment · Fixed by #6
Closed

fftw permission issue #5

samcmill opened this issue Sep 27, 2019 · 1 comment · Fixed by #6

Comments

@samcmill
Copy link

The permissions on /usr/local/share/julia/packages/FFTW/MJ7kl/deps/usr are too restrictive for the non-root Docker and Singularity cases.

root@713f8c641f36:/usr/local/share/julia/packages/FFTW/MJ7kl/deps# ls -l
total 20
-r--r--r--. 5 root root 1731 Sep 27 21:06 build.jl
-rw-r--r--. 5 root root 6977 Sep 27 22:04 build.log
-r--r--r--. 5 root root 3614 Sep 27 21:06 build_fftw.jl
-rw-r--r--. 5 root root 1190 Sep 27 22:04 deps.jl
drwx------. 7 1000 1000   78 Sep 27 22:04 usr

(And strangely the owner / group are not root / root?)

@heindrickc

@maleadt
Copy link
Member

maleadt commented Oct 3, 2019

@maleadt maleadt closed this as completed in #6 Oct 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants