--- a/clx.asd 2016-02-16 00:06:48.161596976 -0500 +++ b/clx.asd 2016-02-16 00:06:54.793774658 -0500 @@ -79,24 +79,6 @@ (:file "xtest") (:file "screensaver") (:file "xinerama"))) - (:module demo - :default-component-class example-source-file - :components - ((:file "bezier") - ;; KLUDGE: this requires "bezier" for proper operation, - ;; but we don't declare that dependency here, because - ;; asdf doesn't load example files anyway. - (:file "beziertest") - (:file "clclock") - (:file "clipboard") - (:file "clx-demos") - (:file "gl-test") - ;; FIXME: compiling this generates 30-odd spurious code - ;; deletion notes. Find out why, and either fix or - ;; workaround the problem. - (:file "mandel") - (:file "menu") - (:file "zoid"))) (:module test :default-component-class example-source-file :components
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
AgeCommit message (Expand)Author
2021-08-08gnu: gcc-11: Update to 11.2.0....Efraim Flashner
2021-06-28gnu: Add gccgo-10....Sarah Morgensen
2021-06-14gnu: gcc-8: Make static libs reproducible...Carl Dong
2021-06-01gnu: gcc-9: Update to 9.4.0....Efraim Flashner
2021-05-15gnu: gcc-8: Update to 8.5.0....Efraim Flashner
2021-04-27gnu: Add gdc-11....Efraim Flashner
2021-04-27gnu: Add gcc-toolchain-11....Efraim Flashner
2021-04-09gnu: gcc-10: Update to 10.3.0....Efraim Flashner
2021-03-25gnu: gcc: Fix comment about gfortran....Vincent Legoll
2021-03-23gnu: gcc-4.7: On powerpc64le, fix /lib64 references....Chris Marusich