You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(@V1.5) pkg> build GridapGmsh
Building CodecZlib ─→ ~/.julia/packages/CodecZlib/5t9zO/deps/build.log
Building GridapGmsh → ~/.julia/packages/GridapGmsh/Kh2vV/deps/build.log
I look at the build log:
cat ~/.julia/packages/GridapGmsh/Kh2vV/deps/build.log
[ Info: Using the gmsh Julia API found in /usr/lib/gmsh.jl
┌ Warning: gmsh Julia API not found
└ @ Main ~/.julia/packages/GridapGmsh/Kh2vV/deps/build.jl:21
Fedora 32 OS
(@V1.5) pkg> build GridapGmsh
Building CodecZlib ─→
~/.julia/packages/CodecZlib/5t9zO/deps/build.log
Building GridapGmsh →
~/.julia/packages/GridapGmsh/Kh2vV/deps/build.log
I look at the build log:
cat ~/.julia/packages/GridapGmsh/Kh2vV/deps/build.log
[ Info: Using the gmsh Julia API found in /usr/lib/gmsh.jl
┌ Warning: gmsh Julia API not found
└ @ Main ~/.julia/packages/GridapGmsh/Kh2vV/deps/build.jl:21
$ locate gmsh.jl
/home/hearnsj/.julia/packages/Gmsh/eZVOZ/deps/usr/lib/gmsh.jl
/usr/share/gmsh/gmsh.jl
$ rpm -q --whatprovides /usr/share/gmsh/gmsh.jl
gmsh-common-4.5.4-1.fc32.noarch
The Fedora RPM puts gmsh.jl into /usr/share/gmsh
build.jl assumes gmsh.jl is in the same directory root as the gmsh executable
gmsh_root = dirname(gmsh)[1:end-4]
gmsh_jl = joinpath(gmsh_root,"lib","gmsh.jl")
@info "Using the gmsh Julia API found in $gmsh_jl"
The text was updated successfully, but these errors were encountered: