Team, I am struggling installing firedrake….I almost have it ….firedrake-update is failing. Unable to locate libsupermesh-c.h firedrake/cython/supermeshimpl.c:711:10: fatal error: libsupermesh-c.h: No such file or directory #include "libsupermesh-c.h" ^~~~~~~~~~~~~~~~~~ compilation terminated. Any help is greatly appreciated. Best Regards, John P.S. More info: (build) [l1057678@rdhpc-n1 build]$ python3 Python 3.7.6 (default, Jan 8 2020, 19:59:22) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.
help("modules")
Please wait a moment while I gather a list of all available modules... /apps/firedrake/build/lib/python3.7/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated since IPython 4.0.You should import from ipykernel or jupyter_client instead. "You should import from ipykernel or jupyter_client instead.", ShimWarning) /hrtc/apps/scripting/anaconda3/x86_64/2020.02/lib/python3.7/pkgutil.py:107: VisibleDeprecationWarning: zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed. Install tornado itself to use zmq with the tornado IOLoop. yield from walk_packages(path, info.name+'.', onerror) Cython base64 itertools quopri FIAT bdb jedi random IPython benchmarks json re PIL binascii jsonschema readline __future__ binhex jupyter reprlib _abc bisect jupyter_client requests _ast builtins jupyter_core resource _asyncio bz2 keyword rlcompleter _bisect cProfile kiwisolver rmagic _blake2 cached_property lazy_object_proxy runpy _bootlocale cachetools lib2to3 sched _bz2 calendar libHYPRE secrets _codecs certifi libhdf5 select _codecs_cn cgen libhdf5_hl selectors _codecs_hk cgi libmetis setup _codecs_iso2022 cgitb libml setuptools _codecs_jp charset_normalizer libparmetis shelve _codecs_kr chunk libpetsc shlex _codecs_tw cmath libsuperlu_dist shutil _collections cmd libsuperlu_dist_fortran signal _collections_abc code linecache site _compat_pickle codecs locale six _compression codeop logging smtpd _contextvars codepy loopy smtplib _crypt coffee lzma sndhdr _csv collections macpath socket _ctypes colorama mailbox socketserver _ctypes_test colorsys mailcap spwd _curses compileall mako sqlite3 _curses_panel concurrent markupsafe sre_compile _datetime configparser marshal sre_constants _decimal contextlib math sre_parse _distutils_hack contextvars matplotlib ssl _dummy_thread copy matplotlib_inline stat _elementtree copyreg mccabe statistics _functools coverage mimetypes storemagic _hashlib crypt mmap string _heapq csv modulefinder stringprep _imp ctypes mpi4py struct _io curses mpmath subprocess _json cycler multidict sunau _locale cython multiprocessing symbol _lsprof cythonmagic nbformat symengine _lzma dataclasses nbval sympy _markupbase datetime nest_asyncio sympyprinting _md5 dateutil netrc symtable _multibytecodec dbm networkx sys _multiprocessing debugpy nis sysconfig _opcode decimal nntplib syslog _operator decorator ntpath tabnanny _osx_support difflib nturl2path tarfile _pickle dill numbers telnetlib _posixsubprocess dis numpy tempfile _py_abc distutils numpy_adjoint termios _pydecimal doctest opcode test _pyio dolfin_adjoint operator tests _pyrsistent_version dolfin_adjoint_common optparse textwrap _pytest dummy_threading os this _queue email ossaudiodev threading _random encodings packaging time _sha1 ensurepip parser timeit _sha256 entrypoints parso tkinter _sha3 enum pathlib token _sha512 errno pdb tokenize _signal execnet petsc4py toml _sitebuiltins fastjsonschema pexpect tomli _socket faulthandler pickle tornado _sqlite3 fcntl pickleshare trace _sre fenics_adjoint pickletools traceback _ssl filecmp pip tracemalloc _stat fileinput pipes traitlets _string finat pkg_resources tsfc _strptime firedrake_adjoint pkgconfig tty _struct flake8 pkgutil turtle _symtable fnmatch platform turtledemo _sysconfigdata_aarch64_conda_cos7_linux_gnu fontTools platformdirs typed_ast _sysconfigdata_i686_conda_cos6_linux_gnu formatter plistlib types _sysconfigdata_m_linux_x86_64-linux-gnu fractions pluggy typing _sysconfigdata_powerpc64le_conda_cos7_linux_gnu frozenlist poplib typing_extensions _sysconfigdata_x86_64_apple_darwin13_4_0 ftplib posix ufl _sysconfigdata_x86_64_conda_cos6_linux_gnu functools posixpath unicodedata _testbuffer gc pprint unittest _testcapi gem profile urllib _testimportmultiple genericpath prompt_toolkit urllib3 _testmultiphase genpy pstats uu _thread getopt psutil uuid _threading_local getpass pty venv _tkinter gettext ptyprocess versioneer _tracemalloc glob pulp vtk _warnings grp pvectorc vtkmodules _weakref gzip pwd warnings _weakrefset h5py py wave _xxtestfuzz hashlib py_compile wcwidth abc heapq pyadjoint weakref aifc hmac pybind11 webbrowser aiohttp html pyclbr wheel aiosignal http pycodestyle wrapt antigravity idlelib pycparser wsgiref appdirs idna pydoc wslink argparse imaplib pydoc_data xdist array imghdr pyexpat xdrlib ast imp pyflakes xml astroid importlib pygments xmlrpc async_timeout importlib_metadata pylab xxlimited asynchat importlib_resources pylint xxsubtype asyncio iniconfig pymbolic yarl asyncore inspect pyop2 zipapp asynctest io pyparsing zipfile atexit ipaddress pyrsistent zipimport attr ipykernel pytest zipp attrs ipykernel_launcher pytest_forked zlib audioop islpy pytools zmq autoreload isort pyximport backcall isympy queue Enter any module name to get more help. Or, type "modules spam" to search for modules whose name or summary contain the string "spam”. P.S.S. A simple “import * from firedrake” does not import python module, but only includes subdirectory firedrake……..I can import petsc4py, etc (as you can see it is an existing module). Firedrake does not exist?