Never mind, it looks like julia has a bundled copy of suitesparse. The real problem is that /usr/lib64/julia has several broken symlinks. This is a packaging bug. Go to https://bugzilla.redhat.com/ and file a bug against the julia package asking for the broken links to be fixed.
Please do not use the version of “Julia” shipped by unix package managers.
Many unix package managers ship broken and/or significantly out of date versions of Julia. Please use juliaup or download the official binaries instead.
Some languages built around open source numerical codes and file formats require libraries built using options that are often not supported in linux distros, so have moved from distributing source packages that can be built and linked to distro libraries on multiple linux distros to providing binary packages that include libraries built with configurations needed by the language. Anaconda Python is an example of this.
Such languages are supported by a community of users. The community benefits when everyone is using the same binaries from reduced issues related to distro choices for library configurations.
My personal opinion is that distros need to focus on standardized for basic services – networking, filesystems, graphics hardware support, sound, and input devices. Users who rely heavily on Python, Julia, that have active cross-distro communities should consider using the 3rd party cross-distro packages for the benefits of participating in a large and focused community.