summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/dealii/package.py
blob: f6df5eb5672881680f6bf5b16953bcdd259d0854 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

import os

from spack.package import *
from spack.pkg.builtin.boost import Boost


class Dealii(CMakePackage, CudaPackage):
    """C++ software library providing well-documented tools to build finite
    element codes for a broad variety of PDEs."""

    homepage = "https://www.dealii.org"
    url = "https://github.com/dealii/dealii/releases/download/v8.4.1/dealii-8.4.1.tar.gz"
    git = "https://github.com/dealii/dealii.git"

    maintainers("jppelteret", "luca-heltai")

    # Don't add RPATHs to this package for the full build DAG.
    # only add for immediate deps.
    transitive_rpaths = False

    # FIXME nvcc_wrapper (used for +clang) doesn't handle response files
    # correctly when ninja is used. Those are used automatically if paths get too long.
    generator("make")

    version("master", branch="master")
    version("9.5.1", sha256="a818b535e6488d3aef7853311657c7b4fadc29a9abe91b7b202b131aad630f5e")
    version("9.5.0", sha256="a81f41565f0d3a22d491ee687957dd48053225da72e8d6d628d210358f4a0464")
    version("9.4.2", sha256="45a76cb400bfcff25cc2d9093d9a5c91545c8367985e6798811c5e9d2a6a6fd4")
    version("9.4.1", sha256="bfe5e4bf069159f93feb0f78529498bfee3da35baf5a9c6852aa59d7ea7c7a48")
    version("9.4.0", sha256="238677006cd9173658e5b69cdd1861f800556982db6005a3cc5eb8329cc1e36c")
    version("9.3.3", sha256="5dfb59174b341589e92b434398a1b7cc11ad053ce2315cf673f5efc5ba271a29")
    version("9.3.2", sha256="5341d76bfd75d3402fc6907a875513efb5fe8a8b99af688d94443c492d5713e8")
    version("9.3.1", sha256="a62f4676ab2dc029892251d141427fb75cbb83cddd606019f615d0dde9c61ab8")
    version("9.3.0", sha256="aef8c7a87510ce827dfae3bdd4ed7bff82004dc09f96fa7a65b2554f2839b931")
    version("9.2.0", sha256="d05a82fb40f1f1e24407451814b5a6004e39366a44c81208b1ae9d65f3efa43a")
    version("9.1.1", sha256="fc5b483f7fe58dfeb52d05054011280f115498e337af3e085bf272fd1fd81276")
    version("9.1.0", sha256="5b070112403f8afbb72345c1bb24d2a38d11ce58891217e353aab97957a04600")
    version("9.0.1", sha256="df2f0d666f2224be07e3741c0e8e02132fd67ea4579cd16a2429f7416146ee64")
    version("9.0.0", sha256="c918dc5c1a31d62f6eea7b524dcc81c6d00b3c378d4ed6965a708ab548944f08")
    version("8.5.1", sha256="d33e812c21a51f7e5e3d3e6af86aec343155650b611d61c1891fbc3cabce09ae")
    version("8.5.0", sha256="e6913ff6f184d16bc2598c1ba31f879535b72b6dff043e15aef048043ff1d779")
    version("8.4.2", sha256="ec7c00fadc9d298d1a0d16c08fb26818868410a9622c59ba624096872f3058e4")
    version("8.4.1", sha256="00a0e92d069cdafd216816f1aff460f7dbd48744b0d9e0da193287ebf7d6b3ad")
    version("8.4.0", sha256="36a20e097a03f17b557e11aad1400af8c6252d25f7feca40b611d5fc16d71990")
    version("8.3.0", sha256="4ddf72632eb501e1c814e299f32fc04fd680d6fda9daff58be4209e400e41779")
    version("8.2.1", sha256="d75674e45fe63cd9fa294460fe45228904d51a68f744dbb99cd7b60720f3b2a0")
    version("8.1.0", sha256="d666bbda2a17b41b80221d7029468246f2658051b8c00d9c5907cd6434c4df99")

    # Configuration variants
    variant(
        "build_type",
        default="DebugRelease",
        description="The build type to build",
        values=("Debug", "Release", "DebugRelease"),
    )
    variant(
        "cxxstd",
        default="default",
        multi=False,
        description="Compile using the specified C++ standard",
        values=("default", "11", "14", "17"),
    )
    variant(
        "cxxstd",
        default="17",
        when="@9.4:",
        multi=False,
        description="Compile using the specified C++ standard",
        values=("default", "11", "14", "17"),
    )
    variant("doc", default=False, description="Compile with documentation")
    variant("examples", default=True, description="Compile and install tutorial programs")
    variant("int64", default=False, description="Compile with 64 bit indices support")
    variant("mpi", default=True, description="Compile with MPI")
    variant("optflags", default=False, description="Compile using additional optimization flags")
    variant("platform-introspection", default=True, description="Enable platform introspection")
    variant("python", default=False, description="Compile with Python bindings")

    # Package variants
    variant("assimp", default=True, description="Compile with Assimp")
    variant("arborx", default=True, description="Compile with Arborx support")
    variant("arpack", default=True, description="Compile with Arpack and PArpack (only with MPI)")
    variant("adol-c", default=True, description="Compile with ADOL-C")
    variant("cgal", default=True, when="@9.4:~cuda", description="Compile with CGAL")
    variant("ginkgo", default=True, description="Compile with Ginkgo")
    variant("gmsh", default=True, description="Compile with GMSH")
    variant("gsl", default=True, description="Compile with GSL")
    variant("hdf5", default=True, description="Compile with HDF5 (only with MPI)")
    variant("kokkos", default=True, when="@9.5:", description="Compile with Kokkos")
    variant("metis", default=True, description="Compile with Metis")
    variant("muparser", default=True, description="Compile with muParser")
    variant("nanoflann", default=False, description="Compile with Nanoflann")
    variant("netcdf", default=False, description="Compile with Netcdf (only with MPI)")
    variant("oce", default=True, description="Compile with OCE")
    variant("p4est", default=True, description="Compile with P4est (only with MPI)")
    variant("petsc", default=True, description="Compile with Petsc (only with MPI)")
    variant("scalapack", default=True, description="Compile with ScaLAPACK (only with MPI)")
    variant("sundials", default=True, description="Compile with Sundials")
    variant("slepc", default=True, description="Compile with Slepc (only with Petsc and MPI)")
    variant("symengine", default=True, description="Compile with SymEngine")
    variant("simplex", default=True, description="Compile with Simplex support")
    variant(
        "taskflow",
        default=True,
        when="@9.6:",
        description="Compile with multi-threading via Taskflow",
    )
    variant("threads", default=True, description="Compile with multi-threading via TBB")
    variant("trilinos", default=True, description="Compile with Trilinos (only with MPI)")
    variant("vtk", default=True, when="@9.6:", description="Compile with VTK")

    # Required dependencies: Light version
    depends_on("blas")
    # Boost 1.58 is blacklisted, require at least 1.59, see
    # https://github.com/dealii/dealii/issues/1591
    # There are issues with 1.65.1 and 1.65.0:
    # https://github.com/dealii/dealii/issues/5262
    # we take the patch from https://github.com/boostorg/serialization/pull/79
    # more precisely its variation https://github.com/dealii/dealii/pull/5572#issuecomment-349742019
    # 1.68.0 has issues with serialization https://github.com/dealii/dealii/issues/7074
    # adopt https://github.com/boostorg/serialization/pull/105 as a fix
    #
    # dealii does not build with Boost 1.80.0
    # (https://github.com/spack/spack/pull/32879#issuecomment-1265933265)
    depends_on(
        "boost@1.59.0:1.63,1.65.1,1.67.0:1.79+thread+system+serialization+iostreams",
        patches=[
            patch("boost_1.65.1_singleton.patch", level=1, when="@1.65.1"),
            patch("boost_1.68.0.patch", level=1, when="@1.68.0"),
        ],
        when="~python",
    )
    depends_on(
        "boost@1.59.0:1.63,1.65.1,1.67.0:1.79+thread+system+serialization+iostreams+python",
        patches=[
            patch("boost_1.65.1_singleton.patch", level=1, when="@1.65.1"),
            patch("boost_1.68.0.patch", level=1, when="@1.68.0"),
        ],
        when="+python",
    )
    # boost@1.77.0 triggers build errors in dealii@9.3.1
    depends_on("boost@:1.76", when="@:9.3")
    # The std::auto_ptr is removed in the C++ 17 standard.
    # See https://github.com/dealii/dealii/issues/4662
    # and related topics discussed for other software libraries.
    depends_on("boost cxxstd=11", when="cxxstd=11")
    depends_on("boost cxxstd=14", when="cxxstd=14")
    depends_on("boost cxxstd=17", when="cxxstd=17")
    depends_on("bzip2", when="@:8")

    # TODO: replace this with an explicit list of components of Boost,
    # for instance depends_on('boost +filesystem')
    # See https://github.com/spack/spack/pull/22303 for reference
    depends_on(Boost.with_default_variants)
    depends_on("lapack")
    depends_on("suite-sparse")
    depends_on("zlib-api")

    # Optional dependencies: Configuration
    depends_on("cuda@8:", when="+cuda")
    depends_on("cmake@3.9:", when="+cuda", type="build")
    # Older version of deal.II do not build with Cmake 3.10, see
    # https://github.com/dealii/dealii/issues/5510
    depends_on("cmake@:3.9", when="@:8", type="build")
    depends_on("mpi", when="+mpi")
    depends_on("python", when="@8.5.0:+python")

    # Optional dependencies: Packages
    depends_on("adol-c@2.6.4:", when="@9.0:+adol-c")
    depends_on("arborx", when="@9.3:+arborx")
    depends_on("arborx+trilinos", when="@9.3:+arborx+trilinos")
    depends_on("arpack-ng+mpi", when="+arpack+mpi")
    depends_on("assimp", when="@9.0:+assimp")
    depends_on("cgal", when="@9.4:+cgal")
    depends_on("doxygen+graphviz", when="+doc")
    depends_on("graphviz", when="+doc")
    depends_on("ginkgo", when="@9.1:+ginkgo")
    depends_on("ginkgo@1.4.0:", when="@9.4:+ginkgo")
    depends_on("gmsh+tetgen+netgen+oce", when="@9.0:+gmsh", type=("build", "run"))
    depends_on("gsl", when="@8.5.0:+gsl")
    # TODO: next line fixes concretization with petsc
    depends_on("hdf5+mpi+hl+fortran", when="+hdf5+mpi+petsc")
    depends_on("hdf5+mpi+hl", when="+hdf5+mpi~petsc")
    depends_on("kokkos@3.7:", when="@9.5:+kokkos~trilinos")
    depends_on("kokkos@3.7:+cuda+cuda_lambda+wrapper", when="@9.5:+kokkos~trilinos+cuda")
    # TODO: concretizer bug. The two lines mimic what comes from PETSc
    # but we should not need it
    depends_on("metis@5:+int64", when="+metis+int64")
    depends_on("metis@5:~int64", when="+metis~int64")
    depends_on("muparser", when="+muparser")
    # Nanoflann support has been removed after 9.2.0
    depends_on("nanoflann", when="@9.0:9.2+nanoflann")
    depends_on("netcdf-c+mpi", when="+netcdf+mpi")
    depends_on("netcdf-cxx", when="+netcdf+mpi")
    depends_on("oce", when="+oce")
    depends_on("p4est", when="+p4est+mpi")
    depends_on("petsc+mpi~int64", when="+petsc+mpi~int64")
    depends_on("petsc+mpi+int64", when="+petsc+mpi+int64")
    depends_on("scalapack", when="@9.0:+scalapack")
    depends_on("slepc", when="+slepc+petsc+mpi")
    depends_on("slepc~arpack", when="+slepc+petsc+mpi+int64")
    depends_on("sundials@:3~pthread", when="@9.0:9.2+sundials")
    depends_on("sundials@5:5.8", when="@9.3:9.3.3+sundials")
    depends_on("sundials@5:", when="@9.3.4:+sundials")
    depends_on("taskflow@3.4:", when="@9.6:+taskflow")
    depends_on("trilinos gotype=int", when="+trilinos@12.18.1:")
    # TODO: next line fixes concretization with trilinos and adol-c
    depends_on("trilinos~exodus", when="@9.0:+adol-c+trilinos")
    # Both Trilinos and SymEngine bundle the Teuchos RCP library.
    # This leads to conflicts between macros defined in the included
    # headers when they are not compiled in the same mode.
    # See https://github.com/symengine/symengine/issues/1516
    # TODO: uncomment when the following is fixed
    # https://github.com/spack/spack/issues/11160
    # depends_on(
    #     "symengine@0.4: build_type=Release",
    #     when="@9.1:+symengine+trilinos^trilinos~debug"
    # )
    # depends_on(
    #     "symengine@0.4: build_type=Debug",
    #     when="@9.1:+symengine+trilinos^trilinos+debug"
    # )
    depends_on("symengine@0.4:", when="@9.1:+symengine")
    depends_on("symengine@0.6:", when="@9.2:+symengine")
    depends_on("tbb", when="+threads")
    # do not require +rol to make concretization of xsdk possible
    depends_on("trilinos+amesos+aztec+epetra+ifpack+ml+muelu+sacado", when="+trilinos")
    depends_on("trilinos~hypre", when="+trilinos+int64")
    for _arch in CudaPackage.cuda_arch_values:
        arch_str = f"+cuda cuda_arch={_arch}"
        trilinos_spec = f"trilinos +wrapper {arch_str}"
        depends_on(trilinos_spec, when=f"@9.5:+trilinos {arch_str}")
    depends_on("vtk", when="@9.6:+vtk")

    # Explicitly provide a destructor in BlockVector,
    # otherwise deal.II may fail to build with Intel compilers.
    patch(
        "https://github.com/dealii/dealii/commit/a89d90f9993ee9ad39e492af466b3595c06c3e25.patch?full_index=1",
        sha256="72304bc6c3fb4549cf53ed533a00311d12827d48817e2038efd3a8ef6c43d149",
        when="@9.0.1",
    )

    # https://github.com/dealii/dealii/pull/7935
    patch(
        "https://github.com/dealii/dealii/commit/f8de8c5c28c715717bf8a086e94f071e0fe9deab.patch?full_index=1",
        sha256="4aba56b01d816ca950b1625f436840df253f145650e3a3eba51e7f2696ec7dc0",
        when="@9.0.1 ^boost@1.70.0:",
    )

    # Fix TBB version check
    # https://github.com/dealii/dealii/pull/9208
    patch(
        "https://github.com/dealii/dealii/commit/80b13fe5a2eaefc77fa8c9266566fa8a2de91edf.patch?full_index=1",
        sha256="3da530766050a0cea80106684347055bdb78528a1869ce99e8fbf8fc83074fd0",
        when="@9.0.0:9.1.1",
    )

    # Explicitly include a boost header, otherwise deal.II fails to compile
    # https://github.com/dealii/dealii/pull/11438
    patch(
        "https://github.com/dealii/dealii/commit/3b815e21c4bfd82c792ba80e4d90314c8bb9edc9.patch?full_index=1",
        sha256="90ae9ddefe77fffd297bba6b070ab68d07306d4ef525ee994e8c49cef68f76f3",
        when="@9.2.0 ^boost@1.72.0:",
    )

    # Fix issues due to override of CMake FIND_PACKAGE macro
    # https://github.com/dealii/dealii/pull/14158/files
    patch(
        "https://github.com/dealii/dealii/commit/06bb9dc07efb6fea9912ee0d66264af548c552c8.patch?full_index=1",
        sha256="8a1f7b9a155c8c496ce08b2abb1ba5d329b3b29169f36c11678aa4e3cebf97a2",
        when="@9.4 ^hdf5",
    )
    patch(
        "https://github.com/dealii/dealii/commit/40076ac1a013cd7d221f9dda913b4d0e6452c21e.patch?full_index=1",
        sha256="7869dfab1116b6e862279bb6642c2c8fe49d87c42cfc6f031e03330f9f26a6c3",
        when="@9.4 ^python",
    )

    # Fix issues with the FIND_GINKGO module for the newer Ginkgo versions
    # https://github.com/dealii/dealii/pull/14413
    patch(
        "https://github.com/dealii/dealii/commit/df6c5de8d6785fce701c10575982858f3aeb4cbd.patch?full_index=1",
        sha256="c9884ebb0fe379c539012a225d8bcdcfe288edec8dc9d319fbfd64d8fbafba8e",
        when="@:9.4 +ginkgo ^ginkgo@1.5.0:",
    )

    # Check for sufficiently modern versions
    conflicts("cxxstd=11", when="@9.3:")

    conflicts(
        "cxxstd=14",
        when="@9.4:+cgal",
        msg="CGAL requires the C++ standard to be set to 17 or later.",
    )

    conflicts(
        "cxxstd=default",
        when="@9.4:+cgal",
        msg="CGAL requires the C++ standard to be set explicitly to 17 or later.",
    )

    conflicts(
        "cxxstd=14",
        when="@9.6:",
        msg="Deal.II 9.6 onwards requires the C++ standard to be set to 17 or later.",
    )

    # Interfaces added in 8.5.0:
    for _package in ["gsl", "python"]:
        conflicts(
            "+{0}".format(_package),
            when="@:8.4.2",
            msg="The interface to {0} is supported from version 8.5.0 "
            "onwards. Please explicitly disable this variant "
            "via ~{0}".format(_package),
        )

    # Interfaces added in 9.0.0:
    for _package in ["assimp", "gmsh", "nanoflann", "scalapack", "sundials", "adol-c"]:
        conflicts(
            "+{0}".format(_package),
            when="@:8.5.1",
            msg="The interface to {0} is supported from version 9.0.0 "
            "onwards. Please explicitly disable this variant "
            "via ~{0}".format(_package),
        )

    # interfaces added in 9.1.0:
    for _package in ["ginkgo", "symengine"]:
        conflicts(
            "+{0}".format(_package),
            when="@:9.0",
            msg="The interface to {0} is supported from version 9.1.0 "
            "onwards. Please explicitly disable this variant "
            "via ~{0}".format(_package),
        )

    # interfaces added in 9.3.0:
    for _package in ["simplex", "arborx"]:
        conflicts(
            "+{0}".format(_package),
            when="@:9.2",
            msg="The interface to {0} is supported from version 9.3.0 "
            "onwards. Please explicitly disable this variant "
            "via ~{0}".format(_package),
        )

    # interfaces added after 9.5.0:
    for _package in ["vtk", "taskflow"]:
        conflicts(
            "+{0}".format(_package),
            when="@:9.5",
            msg="The interface to {0} is supported from version 9.6.0 "
            "onwards. Please explicitly disable this variant "
            "via ~{0}".format(_package),
        )

    # Interfaces removed in 9.3.0:
    conflicts(
        "+nanoflann",
        when="@9.3.0:",
        msg="The interface to Nanoflann was removed from version 9.3.0. "
        "Please explicitly disable this variant via ~nanoflann",
    )

    # Check that the combination of variants makes sense
    # 64-bit BLAS:
    for _package in ["openblas", "intel-mkl", "intel-parallel-studio+mkl"]:
        conflicts(
            "^{0}+ilp64".format(_package),
            when="@:8.5.1",
            msg="64bit BLAS is only supported from 9.0.0",
        )

    # MPI requirements:
    for _package in [
        "arpack",
        "hdf5",
        "netcdf",
        "p4est",
        "petsc",
        "scalapack",
        "slepc",
        "trilinos",
    ]:
        conflicts(
            "+{0}".format(_package),
            when="~mpi",
            msg="To enable {0} it is necessary to build deal.II with "
            "MPI support enabled.".format(_package),
        )

    # Optional dependencies:
    conflicts("+adol-c", when="+netcdf", msg="Symbol clash between the ADOL-C library and Netcdf.")
    conflicts(
        "+adol-c",
        when="^trilinos+chaco",
        msg="Symbol clash between the ADOL-C library and " "Trilinos SEACAS Chaco.",
    )
    conflicts(
        "+adol-c",
        when="^trilinos+exodus",
        msg="Symbol clash between the ADOL-C library and " "Trilinos Netcdf.",
    )

    conflicts(
        "+slepc",
        when="~petsc",
        msg="It is not possible to enable slepc interfaces " "without petsc.",
    )

    def cmake_args(self):
        spec = self.spec
        options = []
        # Release flags
        cxx_flags_release = []
        # Debug and release flags
        cxx_flags = []

        # Set directory structure:
        if spec.satisfies("@:8.2.1"):
            options.append(self.define("DEAL_II_COMPONENT_COMPAT_FILES", False))
        else:
            options.extend(
                [
                    self.define("DEAL_II_EXAMPLES_RELDIR", "share/deal.II/examples"),
                    self.define("DEAL_II_DOCREADME_RELDIR", "share/deal.II/"),
                    self.define("DEAL_II_DOCHTML_RELDIR", "share/deal.II/doc"),
                ]
            )

        # Required dependencies
        lapack_blas_libs = spec["lapack"].libs + spec["blas"].libs
        lapack_blas_headers = spec["lapack"].headers + spec["blas"].headers
        options.extend(
            [
                self.define("BOOST_DIR", spec["boost"].prefix),
                # CMake's FindBlas/Lapack may pickup system's blas/lapack instead
                # of Spack's. Be more specific to avoid this.
                # Note that both lapack and blas are provided in -DLAPACK_XYZ.
                self.define("LAPACK_FOUND", True),
                self.define("LAPACK_INCLUDE_DIRS", ";".join(lapack_blas_headers.directories)),
                self.define("LAPACK_LIBRARIES", lapack_blas_libs.joined(";")),
                self.define("UMFPACK_DIR", spec["suite-sparse"].prefix),
                self.define("ZLIB_DIR", spec["zlib-api"].prefix),
                self.define("DEAL_II_ALLOW_BUNDLED", False),
            ]
        )

        if spec.satisfies("@:8"):
            options.extend(
                [
                    # Cmake may still pick up system's bzip2, fix this:
                    self.define("BZIP2_FOUND", True),
                    self.define("BZIP2_INCLUDE_DIRS", spec["bzip2"].prefix.include),
                    self.define("BZIP2_LIBRARIES", spec["bzip2"].libs.joined(";")),
                ]
            )

        # Doxygen documentation
        options.append(self.define_from_variant("DEAL_II_COMPONENT_DOCUMENTATION", "doc"))

        # Examples / tutorial programs
        options.append(self.define_from_variant("DEAL_II_COMPONENT_EXAMPLES", "examples"))
        options.append(self.define_from_variant("DEAL_II_COMPILE_EXAMPLES", "examples"))

        # Enforce the specified C++ standard
        if spec.variants["cxxstd"].value != "default":
            cxxstd = spec.variants["cxxstd"].value
            cxx_flags.extend(["-std=c++{0}".format(cxxstd)])

        # Performance
        # Set recommended flags for maximum (matrix-free) performance, see
        # https://groups.google.com/forum/?fromgroups#!topic/dealii/3Yjy8CBIrgU
        if spec.satisfies("%gcc"):
            cxx_flags_release.extend(["-O3"])
        elif spec.satisfies("%intel"):
            cxx_flags_release.extend(["-O3"])
        elif spec.satisfies("%clang") or spec.satisfies("%apple-clang"):
            cxx_flags_release.extend(["-O3", "-ffp-contract=fast"])

        # 64 bit indices
        options.append(self.define_from_variant("DEAL_II_WITH_64BIT_INDICES", "int64"))

        if (
            spec.satisfies("^openblas+ilp64")
            or spec.satisfies("^intel-mkl+ilp64")
            or spec.satisfies("^intel-parallel-studio+mkl+ilp64")
        ):
            options.append(self.define("LAPACK_WITH_64BIT_BLAS_INDICES", True))

        # CUDA
        options.append(self.define_from_variant("DEAL_II_WITH_CUDA", "cuda"))
        if "+cuda" in spec:
            if not spec.satisfies("^cuda@9:"):
                options.append("-DDEAL_II_WITH_CXX14=OFF")
            cuda_arch = spec.variants["cuda_arch"].value
            if cuda_arch != "none":
                if len(cuda_arch) > 1:
                    raise InstallError("deal.II only supports compilation for a single GPU!")
                flags = "-arch=sm_{0}".format(cuda_arch[0])
                # TODO: there are some compiler errors in dealii
                # with: flags = ' '.join(self.cuda_flags(cuda_arch))
                # Stick with -arch=sm_xy for now.
                options.append(self.define("DEAL_II_CUDA_FLAGS", flags))

        # MPI
        options.append(self.define_from_variant("DEAL_II_WITH_MPI", "mpi"))
        if "+mpi" in spec:
            options.extend(
                [
                    self.define("MPI_C_COMPILER", spec["mpi"].mpicc),
                    self.define("MPI_CXX_COMPILER", spec["mpi"].mpicxx),
                    self.define("MPI_Fortran_COMPILER", spec["mpi"].mpifc),
                ]
            )
            # FIXME: Fix issues with undefined references in MPI. e.g,
            # libmpi.so: undefined reference to `opal_memchecker_base_isaddressable'
            if "^openmpi" in spec:
                options.extend([self.define("MPI_CXX_LINK_FLAGS", "-lopen-pal")])
            if "+cuda" in spec:
                options.extend(
                    [
                        self.define(
                            "DEAL_II_MPI_WITH_CUDA_SUPPORT", spec["mpi"].satisfies("+cuda")
                        ),
                        self.define("CUDA_HOST_COMPILER", spec["mpi"].mpicxx),
                    ]
                )
            # Make sure we use the same compiler that Trilinos uses
            if "+trilinos" in spec:
                options.extend([self.define("CMAKE_CXX_COMPILER", spec["trilinos"].kokkos_cxx)])

        # Python bindings
        if spec.satisfies("@8.5.0:"):
            options.append(self.define_from_variant("DEAL_II_COMPONENT_PYTHON_BINDINGS", "python"))
            if "+python" in spec:
                python_exe = spec["python"].command.path
                python_library = spec["python"].libs[0]
                python_include = spec["python"].headers.directories[0]
                options.extend(
                    [
                        self.define("PYTHON_EXECUTABLE", python_exe),
                        self.define("PYTHON_INCLUDE_DIR", python_include),
                        self.define("PYTHON_LIBRARY", python_library),
                    ]
                )

        # Simplex support (no longer experimental)
        if spec.satisfies("@9.3.0:9.4.0"):
            options.append(self.define_from_variant("DEAL_II_WITH_SIMPLEX_SUPPORT", "simplex"))

        # Threading
        if spec.satisfies("@9.3.0:"):
            options.append(self.define_from_variant("DEAL_II_WITH_TBB", "threads"))
        else:
            options.append(self.define_from_variant("DEAL_II_WITH_THREADS", "threads"))
        if "+threads" in spec:
            if spec.satisfies("^intel-parallel-studio+tbb"):
                # deal.II/cmake will have hard time picking up TBB from Intel.
                tbb_ver = ".".join(("%s" % spec["tbb"].version).split(".")[1:])
                options.extend(
                    [
                        self.define("TBB_FOUND", True),
                        self.define("TBB_VERSION", tbb_ver),
                        self.define("TBB_INCLUDE_DIRS", ";".join(spec["tbb"].headers.directories)),
                        self.define("TBB_LIBRARIES", spec["tbb"].libs.joined(";")),
                    ]
                )
            else:
                options.append(self.define("TBB_DIR", spec["tbb"].prefix))

        # Optional dependencies for which library names are the same as CMake
        # variables:
        for library in (
            "arborx",
            "assimp",
            "cgal",
            "ginkgo",
            "gmsh",
            "gsl",
            "hdf5",
            "metis",
            "muparser",
            "nanoflann",
            "p4est",
            "petsc",
            "slepc",
            "sundials",
            "symengine",
            "taskflow",
            "trilinos",
            "vtk",
        ):
            options.append(
                self.define_from_variant("DEAL_II_WITH_{0}".format(library.upper()), library)
            )
            if ("+" + library) in spec:
                options.append(
                    self.define("{0}_DIR".format(library.upper()), spec[library].prefix)
                )

        # Optional dependencies that do not fit the above pattern:
        # ADOL-C
        options.append(self.define_from_variant("DEAL_II_WITH_ADOLC", "adol-c"))
        if "+adol-c" in spec:
            options.append(self.define("ADOLC_DIR", spec["adol-c"].prefix))

        # ARPACK
        options.append(self.define_from_variant("DEAL_II_WITH_ARPACK", "arpack"))
        if "+arpack" in spec and "+mpi" in spec:
            options.extend(
                [
                    self.define("ARPACK_DIR", spec["arpack-ng"].prefix),
                    self.define("DEAL_II_ARPACK_WITH_PARPACK", True),
                ]
            )

        # NetCDF
        # since Netcdf is spread among two, need to do it by hand:
        if "+netcdf" in spec and "+mpi" in spec:
            netcdf_libs = spec["netcdf-cxx"].libs + spec["netcdf-c"].libs
            options.extend(
                [
                    self.define("NETCDF_FOUND", True),
                    self.define(
                        "NETCDF_INCLUDE_DIRS",
                        "{0};{1}".format(
                            spec["netcdf-cxx"].prefix.include, spec["netcdf-c"].prefix.include
                        ),
                    ),
                    self.define("NETCDF_LIBRARIES", netcdf_libs.joined(";")),
                ]
            )
        else:
            options.append(self.define("DEAL_II_WITH_NETCDF", False))

        # ScaLAPACK
        options.append(self.define_from_variant("DEAL_II_WITH_SCALAPACK", "scalapack"))
        if "+scalapack" in spec:
            scalapack_libs = spec["scalapack"].libs
            options.extend(
                [
                    self.define("SCALAPACK_FOUND", True),
                    self.define("SCALAPACK_INCLUDE_DIRS", spec["scalapack"].prefix.include),
                    self.define("SCALAPACK_LIBRARIES", scalapack_libs.joined(";")),
                    # If SCALAPACK_LIBRARY is not set, deal.II still searches
                    # for SCALAPACK despite the above settings:
                    self.define("SCALAPACK_LIBRARY", scalapack_libs.joined(";")),
                ]
            )

        # Open Cascade
        options.append(self.define_from_variant("DEAL_II_WITH_OPENCASCADE", "oce"))
        if "+oce" in spec:
            options.append(self.define("OPENCASCADE_DIR", spec["oce"].prefix))

        # As a final step, collect CXX flags that may have been
        # added anywhere above:
        if len(cxx_flags_release) > 0 and "+optflags" in spec:
            options.extend([self.define("CMAKE_CXX_FLAGS_RELEASE", " ".join(cxx_flags_release))])
        if len(cxx_flags) > 0:
            options.extend([self.define("CMAKE_CXX_FLAGS", " ".join(cxx_flags))])

        # Add flags for machine vectorization, used when tutorials
        # and user code is built.
        # See https://github.com/dealii/dealii/issues/9164
        options.append(self.define("DEAL_II_CXX_FLAGS", os.environ["SPACK_TARGET_ARGS"]))

        # platform introspection - needs to be disabled in some environments
        if "+platform-introspection" in spec:
            options.append(self.define("DEAL_II_ALLOW_PLATFORM_INTROSPECTION", True))
        else:
            options.append(self.define("DEAL_II_ALLOW_PLATFORM_INTROSPECTION", False))

        return options

    def setup_run_environment(self, env):
        env.set("DEAL_II_DIR", self.prefix)

    def setup_build_environment(self, env):
        spec = self.spec
        if "+cuda" in spec and "+mpi" in spec:
            env.set("CUDAHOSTCXX", spec["mpi"].mpicxx)